Skip to content

Commit

Permalink
Build: using short extension name in CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Sep 8, 2023
1 parent 36196e8 commit 4ac0289
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ jobs:
run: ./rebol3 ci-test.r3

- name: Compress 64bit Rebol/MiniAudio extension
run: mv ./miniaudio.rebx ./miniaudio-linux-x64.rebx & gzip -9 ./miniaudio-linux-x64.rebx
run: |
mv ./miniaudio.rebx ./miniaudio-linux-x64.rebx
gzip -9 ./miniaudio-linux-x64.rebx
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 4ac0289

Please sign in to comment.