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 0eed354 commit b6b3d63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/upload-to-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
run: pwd
- name: Download build-output artifact
uses: actions/download-artifact@v4
with:
path: files
name: ${{ inputs.file-name }}
# with:
# path: files
# name: ${{ inputs.file-name }}
- name: zip
uses: montudor/action-zip@v1
with:
Expand Down

0 comments on commit b6b3d63

Please sign in to comment.