Skip to content

Commit 1e46953

Browse files
committed
fix
1 parent 3b7f61a commit 1e46953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ jobs:
245245
tar -zcvf $GITHUB_WORKSPACE/$ARCHIVE_NAME *
246246
247247
- name: Upload to oric
248-
if: env.BPM_FOUND != 'True'
249248
run: |
249+
echo BPM $BPM_FOUND # OK
250250
if [ "$BRANCH_NAME" = "master" -o "$BRANCH_NAME" = "main" ]; then VERSION="$version"; else VERSION=alpha; fi
251251
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}"
252252

0 commit comments

Comments
 (0)