Skip to content

Commit

Permalink
Create artifacts with unique names
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmzn committed May 26, 2024
1 parent d25d317 commit 184885f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust-gdextension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: beepbox-synthesizer-linux-x86_64-${{ github.sha }}
path: target/release/libbeepbox_synthesizer.so

build-windows:
Expand All @@ -63,4 +64,5 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
path: target/release/libbeepbox_synthesizer.dll
name: beepbox-synthesizer-windows-x86_64-${{ github.sha }}
path: target/release/beepbox_synthesizer.dll

0 comments on commit 184885f

Please sign in to comment.