Skip to content

Commit

Permalink
workflow: fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapmex committed Oct 2, 2021
1 parent edf95fb commit 2bff047
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/farcolorer-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ jobs:
name: result

- name: Create release
run: gh release create ${{ steps.get_version.outputs.version }} -t "FarColorer ${{ steps.get_version.outputs.version }}" -n "New version" ./build/*.7z
shell: bash
run: ls -Rl

- name: Create release
shell: bash
run: gh release create ${{ steps.get_version.outputs.version }} -t "FarColorer ${{ steps.get_version.outputs.version }}" -n "New version" ./*.7z
env:
GITHUB_TOKEN: ${{secrets.PACKAGES_GITHUB_TOKEN}}

0 comments on commit 2bff047

Please sign in to comment.