Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
softbf395 authored Oct 10, 2024
1 parent 0c9b4cd commit 86a2e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cp libmylibrary.dylib output/ # Adjusted path for output
- name: Upload library
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@latest # Updated to the latest version
with:
name: mylibrary
path: output/libmylibrary.dylib

0 comments on commit 86a2e2c

Please sign in to comment.