Skip to content

Commit fc3e1d8

Browse files
committed
ci: Put back step to get release to fix archive names on publish
1 parent 1c3247b commit fc3e1d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yml

+6
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ jobs:
5656
- name: Build
5757
run: cargo build --release --target ${{ matrix.target }}
5858

59+
- name: Get release
60+
id: get_release
61+
uses: bruceadams/[email protected]
62+
env:
63+
GITHUB_TOKEN: ${{ github.token }}
64+
5965
- name: Set Archive Name (Non-Windows)
6066
id: archive
6167
run: echo "archive_name=knope-${{ matrix.target }}-${{ steps.get_release.outputs.tag_name }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)