Skip to content

Commit

Permalink
macos debug artifact named correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
aNaOH committed Jun 10, 2024
1 parent 32c0be5 commit 9b4b8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: macos-release-x64
name: macos-debug-x64
path: target/x86_64-apple-darwin/debug/libmod_io.dylib

build-linux-release-x64:
Expand Down

0 comments on commit 9b4b8fc

Please sign in to comment.