Skip to content

Commit

Permalink
Updgrade "upload-artifacts" action
Browse files Browse the repository at this point in the history
  • Loading branch information
R0Wi committed Dec 1, 2024
1 parent 06441fc commit ce4c9bb
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 @@ -35,7 +35,7 @@ jobs:
run: cd ${{ env.APP_NAME }} && make appstore

- name: Upload artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: ${{ env.APP_NAME }}.tar.gz
path: ${{ env.APP_NAME }}/build/artifacts/appstore/${{ env.APP_NAME }}.tar.gz

0 comments on commit ce4c9bb

Please sign in to comment.