Skip to content

Commit

Permalink
Build: fixed build names
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Sep 6, 2023
1 parent bb4adc4 commit 5a6f5c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
uses: oldes/install-siskin@v0.10.4

- name: Build 32bit Rebol/MiniAudio extension
run: ./siskin Rebol-MiniAudio.nest miniaudio-windows-x86
run: ./siskin Rebol-MiniAudio.nest miniaudio-windows-x86.rebx

- name: Prepare 32bit Rebol/MiniAudio extension
run: MOVE ./build/miniaudio-windows-x86.rebx ./miniaudio-windows-x86.rebx

- name: Build 64bit Rebol/MiniAudio extension
run: ./siskin Rebol-MiniAudio.nest miniaudio-windows-x64
run: ./siskin Rebol-MiniAudio.nest miniaudio-windows-x64.rebx

- name: Prepare 64bit Rebol/MiniAudio extension
run: MOVE ./build/miniaudio-windows-x64.rebx ./miniaudio-windows-x64.rebx
Expand Down

0 comments on commit 5a6f5c5

Please sign in to comment.