Skip to content

Commit

Permalink
CI: Fix installer name
Browse files Browse the repository at this point in the history
  • Loading branch information
HTRamsey committed Aug 1, 2024
1 parent 83ba7f9 commit 2517cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
env:
QT_VERSION: 6.6.3
GST_VERSION: 1.22.11
ARTIFACT: QGroundControl-Installer.exe
ARTIFACT: QGroundControl-installer.exe

steps:
- name: Checkout repo
Expand Down Expand Up @@ -118,4 +118,4 @@ jobs:
artifact_name: ${{ env.ARTIFACT }}
aws_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
source: ''
source: ''

0 comments on commit 2517cc2

Please sign in to comment.