Don't upload builds

This commit is contained in:
Jeroen De Meerleer 2023-01-13 14:38:02 +01:00
parent 05217209e0
commit 2fa331708f
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
2 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
.idea/
.idea/
build/

View File

@ -1,6 +1,6 @@
{
"name": "blackbirdchess/blackbirdchess-repository-composer",
"homepage": "https://blackbirdchess.app",
"homepage": "https://repo.blackbirdchess.app",
"repositories": [
{
"type": "vcs",
@ -12,5 +12,5 @@
}
],
"require-all": true,
"output-dir": "build"
"output-dir": "./build"
}