Skip to content

Commit

Permalink
update upload-artifact workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
sebshader committed Sep 14, 2024
1 parent f31b1e4 commit c616f46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
mkdir upload-container
mv Pd-$PD_VERSION.dmg upload-container
- name: upload package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: MacOs-Build
path: mac/upload-container
overwrite: true

0 comments on commit c616f46

Please sign in to comment.