Skip to content

Commit ffc5e0a

Browse files
committed
Fix double herelink suffix in artifact name
1 parent e1a269f commit ffc5e0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android-linux-qt6.6.3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
id: artifact
6262
run: |
6363
VERSION=$(git describe --always --abbrev=0)
64-
echo "name=QGroundControl-${VERSION}-herelink.apk" >> $GITHUB_OUTPUT
64+
echo "name=QGroundControl-${VERSION}.apk" >> $GITHUB_OUTPUT
6565
6666
- name: Initial Setup
6767
uses: ./.github/actions/common

0 commit comments

Comments
 (0)