Skip to content

Commit

Permalink
Update macos-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FabbriniMarco authored Sep 27, 2024
1 parent 4fcd5c3 commit b16e718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pyinstaller --onefile --windowed --add-data "index_database.tsv;." --add-data "header.tsv;." --add-data "EXAMPLE_PLATES.xlsx;." --add-data "ICON.ico;." --icon "ICON.ico" GenerateMiSeqManifest.py
- name: Upload Build Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4 # Updated to v4
with:
name: macos-executable
path: dist/

0 comments on commit b16e718

Please sign in to comment.