Skip to content

Commit

Permalink
[gha] merge artifacts (do not create subdir)
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 4009eda commit 698f702
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ jobs:
uses: actions/download-artifact@v4
with:
pattern: i2pdbrowser-${{ steps.commit.outputs.short }}-*

- name: Extract artifacts
run: unzip i2pdbrowser-${{ steps.commit.outputs.short }}-*
merge-multiple: true

- name: Creating pre-release
uses: marvinpinto/action-automatic-releases@latest
Expand All @@ -91,4 +89,4 @@ jobs:
prerelease: true
title: "Latest packages"
files: |
I2PdBrowserPortable_${{ steps.commit.outputs.short }}-*
packages/I2PdBrowserPortable_${{ steps.commit.outputs.short }}-*

0 comments on commit 698f702

Please sign in to comment.