Skip to content

Commit

Permalink
continue to fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
BenderBlog committed Mar 10, 2024
1 parent 40058ec commit 5a5660d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_for_linux_deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: >
"build/linux/x64/release/debian/watermeter_${{ steps.get_version.outputs.VERSION }}_amd64.deb"
build/linux/x64/release/debian/watermeter_${{ steps.get_version.outputs.VERSION }}_amd64.deb
prerelease: false
tag_name: ${{ github.event.inputs.tag_name }}
token: ${{ secrets.RELEASE_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release_for_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
files: "build/app/watermeter-release-${{ steps.get_version.outputs.VERSION }}-amd64.zip"
files: build/app/watermeter-release-${{ steps.get_version.outputs.VERSION }}-amd64.zip
prerelease: false
tag_name: ${{ steps.get_version.outputs.VERSION }}
token: ${{ secrets.RELEASE_TOKEN }}

0 comments on commit 5a5660d

Please sign in to comment.