Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jedeoric committed Oct 26, 2024
1 parent 3cb6537 commit a191653
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,15 +232,18 @@ jobs:
- name: Make archive
working-directory: ${{steps.download.outputs.download-path}}
run: |
ls -l
if [ -f "bpm.tml" ]; then
echo "Use bpm for archive"
python3 ../bpm/src/bpm --force-update package
else
echo "Use tar for archive"
tar -zcvf $GITHUB_WORKSPACE/$ARCHIVE_NAME *
fi
- name: Upload to oric
run: |
ls -l
if [ -f "bpm.tml" ]; then
echo "Use bpm for upload"
BPM_PUBLISH_KEY = $hash
Expand Down

0 comments on commit a191653

Please sign in to comment.