Skip to content

Commit

Permalink
Sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
divanvisagie committed Sep 3, 2023
1 parent 7314fa1 commit 14a4d9d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@ jobs:

- name: Create GitHub Release and Upload Asset using ghr
run: |
C:\ghr\ghr_v0.13.0_windows_amd64\ghr.exe -t ${{ secrets.GITHUB_TOKEN }} \
$tagName = "${{ github.ref }}".replace('refs/tags/', '')
C:\tools\ghr_v0.13.0_windows_amd64\ghr.exe -t ${{ secrets.GITHUB_TOKEN }} \
-u ${{ github.repository_owner }} \
-r ${{ github.event.repository.name }} \
-c ${{ github.sha }} \
-n "Release ${{ github.ref }}" \
-b "Release notes for ${{ github.ref }}" \
-n "Release $tagName" \
-b "Release notes for $tagName" \
-replace \
${{ github.ref }} ./target/release/arcanaeum.exe
$tagName ./target/release/arcanaeum.exe

0 comments on commit 14a4d9d

Please sign in to comment.