Skip to content

Commit

Permalink
update macos 14 file name to mac silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
chroming committed Sep 23, 2024
1 parent e8575cf commit 16f6319
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
- name: Prepare file
run: |
chmod +x pdfdir.app
zip -r pdfdir_macos_14.zip pdfdir.app
zip -r pdfdir_mac_silicon.zip pdfdir.app

- name: Upload package
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
pdfdir_macos_14.zip
pdfdir_mac_silicon.zip

0 comments on commit 16f6319

Please sign in to comment.