Skip to content

Commit bd085c3

Browse files
committed
Fix: workflow typo
1 parent 4bdd012 commit bd085c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/flatpak_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ jobs:
4141
run: |
4242
set -eux
4343
TAG="${{ github.event.release.tag_name }}"
44-
FILE="com.bhh32.gui-scale-applet-${{TAG}.flatpak"
44+
FILE="com.bhh32.gui-scale-applet-${TAG}.flatpak"
4545
gh release upload "$TAG" "$FILE" --clobber

0 commit comments

Comments
 (0)