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 e1a269f commit ffc5e0aCopy full SHA for ffc5e0a
1 file changed
.github/workflows/android-linux-qt6.6.3.yml
@@ -61,7 +61,7 @@ jobs:
61
id: artifact
62
run: |
63
VERSION=$(git describe --always --abbrev=0)
64
- echo "name=QGroundControl-${VERSION}-herelink.apk" >> $GITHUB_OUTPUT
+ echo "name=QGroundControl-${VERSION}.apk" >> $GITHUB_OUTPUT
65
66
- name: Initial Setup
67
uses: ./.github/actions/common
0 commit comments