Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hxbb00 committed Nov 27, 2024
1 parent bdf9b80 commit 6351ba5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/osgeo4w_qgis-ltr-snapshots-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: |
echo "RELEASE_DATE=$(date +%Y%m%d-%H%M%s)" >> ${GITHUB_ENV}
RELBRANCH=$(echo "${{ env.RELEASE_QGIS_VERSION }}" | awk -F- '{print $1}')
echo "https://github.com/qgis/QGIS/archive/refs/tags/final-$RELBRANCH.zip" > ${{ github.workspace }}-SRC.txt
echo "https://github.com/qgis/QGIS/archive/refs/tags/final-${RELBRANCH}.zip" > QGIS-SRC.txt
shell: bash

- name: Release cygwin
Expand All @@ -78,4 +78,4 @@ jobs:
name: build-cygwin-devel-x86_64-${{ env.RELEASE_QGIS_VERSION }}
tag_name: ${{ env.RELEASE_DATE }}
files: build-cygwin-devel-x86_64-${{ env.RELEASE_QGIS_VERSION }}.zip
body_path: ${{ github.workspace }}-SRC.txt
body_path: QGIS-SRC.txt
4 changes: 2 additions & 2 deletions .github/workflows/osgeo4w_qgis-ltr-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
run: |
echo "RELEASE_DATE=$(date +%Y%m%d-%H%M%s)" >> ${GITHUB_ENV}
RELBRANCH=$(echo "${{ env.RELEASE_QGIS_VERSION }}" | awk -F- '{print $1}')
echo "https://github.com/qgis/QGIS/archive/refs/tags/final-$RELBRANCH.zip" > ${{ github.workspace }}-SRC.txt
echo "https://github.com/qgis/QGIS/archive/refs/tags/final-${RELBRANCH}.zip" > QGIS-SRC.txt
shell: bash

- name: Release cygwin
Expand All @@ -112,4 +112,4 @@ jobs:
name: build-OSGeo4W64-devel-x86_64-${{ env.RELEASE_QGIS_VERSION }}
tag_name: ${{ env.RELEASE_DATE }}
files: build-OSGeo4W64-devel-x86_64-${{ env.RELEASE_QGIS_VERSION }}.zip
body_path: ${{ github.workspace }}-SRC.txt
body_path: QGIS-SRC.txt

0 comments on commit 6351ba5

Please sign in to comment.