Skip to content

Commit

Permalink
[gha] extract downloaded artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: R4SAS <[email protected]>
  • Loading branch information
r4sas committed Sep 14, 2024
1 parent 34d5240 commit 4009eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
with:
pattern: i2pdbrowser-${{ steps.commit.outputs.short }}-*

- name: Display structure of downloaded files
run: ls -R
- name: Extract artifacts
run: unzip i2pdbrowser-${{ steps.commit.outputs.short }}-*

- name: Creating pre-release
uses: marvinpinto/action-automatic-releases@latest
Expand Down

0 comments on commit 4009eda

Please sign in to comment.