Skip to content

Commit

Permalink
Debug for artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
francovaro committed Feb 2, 2024
1 parent 509dfd2 commit f1d7e54
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ jobs:
gen-pack-script: ./gen_pack.sh
gen-pack-output: ./output

- uses: actions/download-artifact@v4
- name: Download artifact
uses: actions/download-artifact@v4
id: download-artifact
with:
name: artifact.zip
- name: List files
run: ls -R

- name: Upload release asset
id: upload-release-asset
Expand Down

0 comments on commit f1d7e54

Please sign in to comment.