Skip to content

Commit

Permalink
Remove deprecated upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvijge committed Nov 17, 2024
1 parent e27a646 commit e5c15a2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ jobs:
- name: Build package
run: |
zip -r SqueezeCloud-${{ env.VERSION }}.zip . -x \*.zip \*.sh \*.git\* \*README\* \*webauth\* \*.sublime\* \*.DS_Store\* \*.editorconfig \*.template.xml
- name: Save artifact
uses: actions/upload-artifact@v2
with:
name: SqueezeCloud-${{ env.VERSION }}.zip
path: SqueezeCloud-${{ env.VERSION }}.zip
- name: Calculate SHA
run: |
Expand Down

0 comments on commit e5c15a2

Please sign in to comment.