We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712bfba commit 9827c76Copy full SHA for 9827c76
.github/workflows/flutter-tag.yml
@@ -15,7 +15,7 @@ jobs:
15
secrets: inherit
16
with:
17
upload-artifact: true
18
- upload-tag: ${{ env.GITHUB_REF_NAME }}
+ upload-tag: ${{ github.ref_name }}
19
20
update-fdroid-version-file:
21
name: Publish RustDesk version file for F-Droid updater
0 commit comments