Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
folivetti committed Jan 13, 2023
1 parent 5f301e1 commit 5b7dea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: echo "EXT=.exe" >> $GITHUB_ENV

- name: Set binary path name
run: echo "BINARY_PATH=./dist/release${{ env.EXT }}" >> $GITHUB_ENV
run: echo "BINARY_PATH=./dist/pandoc-symreg${{ env.EXT }}" >> $GITHUB_ENV

- name: Compress binary
uses: svenstaro/[email protected]
Expand Down

0 comments on commit 5b7dea4

Please sign in to comment.