We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ffae9b commit 3b7f61aCopy full SHA for 3b7f61a
.github/workflows/main.yml
@@ -203,7 +203,7 @@ jobs:
203
export PATH=$PATH:../bpm/src/:${GITHUB_WORKSPACE}/../cc65/bin
204
if [ "$BRANCH_NAME" = "master" -o "$BRANCH_NAME" = "main" ]; then bpm --force-update -V;--force-update publish --official; else bpm publish --alpha; fi
205
echo "BPM_FOUND='True'" >> $GITHUB_ENV
206
- fi
+ fi
207
208
upload:
209
needs: build
0 commit comments