Skip to content

Commit

Permalink
Update zip.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
29cmb authored Nov 2, 2024
1 parent cf5c397 commit 60a0ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Create zip archive
run: |
zip -r "repo_${{ steps.timestamp.outputs.timestamp }}_${{ steps.sha.outputs.sha }}.zip"
zip -r "repo_${{ steps.timestamp.outputs.timestamp }}_${{ steps.sha.outputs.sha }}.zip" . /
- name: Upload zip artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 60a0ca8

Please sign in to comment.