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 1, 2024
1 parent 9452b6a commit c9ebb50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ env.BIN }}-${{ tag }}-${{ matrix.target }}
name: ${{ env.BIN }}-${{ env.tag }}-${{ matrix.target }}
path: ${{ env.SRC }}/target/${{ matrix.target }}/release/${{ env.BIN }}
if-no-files-found: error

Expand All @@ -94,6 +94,6 @@ jobs:
- name: Release new version
uses: softprops/action-gh-release@v1
with:
name: ${{ tag }}
name: ${{ env.tag }}
body: "⚠️ Changelog not yet provided."
files: $artifacts/*

0 comments on commit c9ebb50

Please sign in to comment.