Skip to content

Commit

Permalink
Update task-artifact.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
holzi1005 authored Jun 11, 2023
1 parent 7d547e3 commit 646436d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/task-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: montudor/action-zip@v1
with:
args: zip -qq -r artifact${{github.run_number}}.zip .
args: zip -qq -r artifact_${{github.run_number}}.zip .

- name: Upload articats
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 646436d

Please sign in to comment.