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 1c4c1c2 commit 6398a6d
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 @@ -23,7 +23,7 @@ jobs:
- name: zip
uses: montudor/action-zip@v1
with:
args: zip -qq -r ${{ inputs.file-name }}.zip ${{ inputs.file-name }}
args: zip -qq -r ${{ inputs.final-file-name }}.zip ${{ inputs.final-file-name }}
- name: Upload to S3
uses: shallwefootball/s3-upload-action@master
with:
Expand Down

0 comments on commit 6398a6d

Please sign in to comment.