Skip to content

Commit

Permalink
Run upload always
Browse files Browse the repository at this point in the history
  • Loading branch information
QCanvas committed Jul 22, 2024
1 parent 59b500d commit 74aa5d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-appimage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
- name: Upload binaries
if: always()
run: gh release upload ${{ needs.check-version.outputs.new-version }} QCanvas-* --clobber
env:
GH_TOKEN: ${{ github.token }}
Expand All @@ -95,6 +96,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
- name: Upload binaries
if: always()
run: gh release upload ${{ needs.check-version.outputs.new-version }} dist/QCanvas.exe --clobber
env:
GH_TOKEN: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "qcanvas"
version = "1.0.3.post3"
version = "1.0.3.post4"
description = "QCanvas is a desktop client for Canvas LMS."
authors = ["QCanvas <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 74aa5d6

Please sign in to comment.