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 fb84d34 commit 087ae8eCopy full SHA for 087ae8e
.github/workflows/main.yml
@@ -199,6 +199,7 @@ jobs:
199
- name: Upload if bpm
200
run: |
201
if [ -f "bpm.tml" ]; then
202
+ export BPM_PUBLISH_KEY=$hash
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
fi
0 commit comments