Skip to content

Commit

Permalink
fix src url
Browse files Browse the repository at this point in the history
  • Loading branch information
hxbb00 committed Nov 27, 2024
1 parent 6351ba5 commit 27eeb01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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" > QGIS-SRC.txt
echo "https://github.com/qgis/QGIS/archive/refs/tags/final-${RELBRANCH//./_}.zip" > QGIS-SRC.txt
shell: bash

- name: Release cygwin
Expand Down
2 changes: 1 addition & 1 deletion .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" > QGIS-SRC.txt
echo "https://github.com/qgis/QGIS/archive/refs/tags/final-${RELBRANCH//./_}.zip" > QGIS-SRC.txt
shell: bash

- name: Release cygwin
Expand Down

0 comments on commit 27eeb01

Please sign in to comment.