diff --git a/.github/workflows/upload-to-s3.yml b/.github/workflows/upload-to-s3.yml index 2249bd5..31f8ae4 100644 --- a/.github/workflows/upload-to-s3.yml +++ b/.github/workflows/upload-to-s3.yml @@ -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: