Skip to content

Commit

Permalink
ci: Put back step to get release to fix archive names on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanty committed Mar 1, 2023
1 parent 1c3247b commit fc3e1d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ jobs:
- name: Build
run: cargo build --release --target ${{ matrix.target }}

- name: Get release
id: get_release
uses: bruceadams/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}

- name: Set Archive Name (Non-Windows)
id: archive
run: echo "archive_name=knope-${{ matrix.target }}-${{ steps.get_release.outputs.tag_name }}" >> $GITHUB_ENV
Expand Down

0 comments on commit fc3e1d8

Please sign in to comment.