Skip to content

Commit

Permalink
change deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsugu committed Aug 12, 2024
1 parent 4f4d3a8 commit 1da4b44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ jobs:
needs: zip
runs-on: ubuntu-latest
steps:
- name: List ZIP files
run: ls -la artifacts/zipped-artifacts/
shell: bash

- name: Upload ZIP files
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 1da4b44

Please sign in to comment.