Skip to content

Commit 36ce5dc

Browse files
fixup! workflow: update for workflow changes
1 parent c81657d commit 36ce5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: svenstaro/upload-release-action@v2
4545
with:
4646
repo_token: ${{ secrets.GITHUB_TOKEN }}
47-
file: rare-${{ github.ref_name }}-x86_64.flatpak
47+
file: rare-${{ github.ref_name }}.flatpak
4848
asset_name: rare-${{ github.ref_name }}-x86_64.flatpak
4949
tag: ${{ github.ref_name }}
5050
overwrite: true

0 commit comments

Comments
 (0)