Skip to content

Commit

Permalink
👷 Fix GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiBardon committed Jan 2, 2024
1 parent f70f3bd commit 1b16516
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
with:
path: ${{ env.artifacts }}

- name: Display structure of downloaded files
run: ls -R ${{ env.artifacts }}
- name: Archive artifacts
run: for f in '${{ env.artifacts }}'/*; do tar -zcvf "$f".tar.gz "$f"; done

- name: Release new version
uses: ncipollo/release-action@v1
Expand All @@ -101,4 +101,4 @@ jobs:
#body: "⚠️ Changelog not yet provided."
generateReleaseNotes: true
artifactErrorsFailBuild: true
artifacts: ${{ env.artifacts }}/*
artifacts: ${{ env.artifacts }}/*.tar.gz

0 comments on commit 1b16516

Please sign in to comment.