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 3b7f61a commit 1e46953Copy full SHA for 1e46953
.github/workflows/main.yml
@@ -245,8 +245,8 @@ jobs:
245
tar -zcvf $GITHUB_WORKSPACE/$ARCHIVE_NAME *
246
247
- name: Upload to oric
248
- if: env.BPM_FOUND != 'True'
249
run: |
+ echo BPM $BPM_FOUND # OK
250
if [ "$BRANCH_NAME" = "master" -o "$BRANCH_NAME" = "main" ]; then VERSION="$version"; else VERSION=alpha; fi
251
curl -X POST --data-binary "@${ARCHIVE_NAME}" "https://cdn.oric.org/publish.php?hash=$hash&path=/home/oricoujr/www/ftp/orix/dists/$VERSION/tgz/6502/${ARCHIVE_NAME}"
252
0 commit comments