Skip to content

Commit

Permalink
Another minor fix to the CI (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntadej authored Sep 14, 2022
1 parent d800e87 commit 0ea705e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Android-Qt5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
TAG_NAME: ${{ github.ref_name }}
run: |
cd install
tar cjvf ../qt-geoservices-maplibre-gl${TAG_NAME}_Qt${QT_VERSION}_Android.tar.bz2 Qt
tar cjvf ../qt-geoservices-maplibre-gl_${TAG_NAME}_Qt${QT_VERSION}_Android.tar.bz2 Qt
- name: Release
uses: ncipollo/release-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Android-Qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
TAG_NAME: ${{ github.ref_name }}
run: |
cd install
tar cjvf ../qt-geoservices-maplibre-gl${TAG_NAME}_Qt${QT_VERSION}_Android.tar.bz2 Qt
tar cjvf ../qt-geoservices-maplibre-gl_${TAG_NAME}_Qt${QT_VERSION}_Android.tar.bz2 Qt
- name: Release
uses: ncipollo/release-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Linux-Qt5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
TAG_NAME: ${{ github.ref_name }}
run: |
cd install
tar cjvf ../qt-geoservices-maplibre-gl${TAG_NAME}_Qt${QT_VERSION}_Linux.tar.bz2 Qt
tar cjvf ../qt-geoservices-maplibre-gl_${TAG_NAME}_Qt${QT_VERSION}_Linux.tar.bz2 Qt
- name: Release
uses: ncipollo/release-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Linux-Qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
TAG_NAME: ${{ github.ref_name }}
run: |
cd install
tar cjvf ../qt-geoservices-maplibre-gl${TAG_NAME}_Qt${QT_VERSION}_Linux.tar.bz2 Qt
tar cjvf ../qt-geoservices-maplibre-gl_${TAG_NAME}_Qt${QT_VERSION}_Linux.tar.bz2 Qt
- name: Release
uses: ncipollo/release-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Windows-Qt5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ jobs:
matrix:
config:
- qtarch: msvc2019_64
- qtarch: mingw_64
- qtarch: mingw81_64
permissions:
contents: write

Expand Down

0 comments on commit 0ea705e

Please sign in to comment.