Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-german committed Apr 11, 2024
1 parent 59b6dc3 commit ecf5a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-to-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: zip
uses: montudor/action-zip@v1
with:
args: zip -qq -r ${{ inputs.file-name }}
args: zip -qq -r ${{ inputs.file-name }}.zip files
- name: Upload to S3
uses: shallwefootball/s3-upload-action@master
with:
Expand Down

0 comments on commit ecf5a11

Please sign in to comment.