We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bdd012 commit bd085c3Copy full SHA for bd085c3
1 file changed
.github/workflows/flatpak_release.yml
@@ -41,5 +41,5 @@ jobs:
41
run: |
42
set -eux
43
TAG="${{ github.event.release.tag_name }}"
44
- FILE="com.bhh32.gui-scale-applet-${{TAG}.flatpak"
+ FILE="com.bhh32.gui-scale-applet-${TAG}.flatpak"
45
gh release upload "$TAG" "$FILE" --clobber
0 commit comments