Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
askolesov committed Dec 7, 2021
1 parent c7419af commit dc91efe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,6 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "${{ env.TAG }}"
prerelease: true
files: |
build_tools/output/${{ env.PACKAGE_NAME }}_${{ env.VERSION }}_amd64.deb
build_tools/output/${{ env.PACKAGE_NAME }}_${{ env.VERSION }}.tar.gz
files: |
build_tools/output/${{ env.PACKAGE_NAME }}_${{ env.VERSION }}_amd64.deb
build_tools/output/${{ env.PACKAGE_NAME }}_${{ env.VERSION }}.tar.gz

0 comments on commit dc91efe

Please sign in to comment.