Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-german committed Apr 10, 2024
1 parent c410cc8 commit e983972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-to-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
upload-to-s3:
runs-on: ubuntu-latest
steps:
- name: ls
run: ls
- name: Download artifact
id: download-artifact
uses: dawidd6/action-download-artifact@v3
with:
workflow: ${{ inputs.workflow-name }}.yml
skip_unpack: true
- name: ls
run: ls
- name: Upload to s3
uses: shallwefootball/s3-upload-action@master
with:
Expand Down

0 comments on commit e983972

Please sign in to comment.