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 e7bb3de commit 1fbc01e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: List ZIP files
run: ls -la ./artifacts
run: ls -la
shell: bash

- name: Upload ZIP files
uses: actions/upload-artifact@v4
with:
name: zipped-artifacts
path: artifacts/zipped-artifacts/
if-no-files-found: warn
if-no-files-found: error
compression-level: 6
overwrite: false

Expand Down

0 comments on commit 1fbc01e

Please sign in to comment.