use BUILD_SCRIPT_URL_18 in build

This commit is contained in:
Andy Miller 2024-10-23 17:07:10 +01:00
parent 5cd859865f
commit 59031a8711
No known key found for this signature in database
GPG Key ID: 9F2CF38AEBDB0AE0

View File

@ -38,14 +38,14 @@ jobs:
- name: Retrieval of Builder Scripts
run: |
# Real Grav URL
curl --silent -H "Authorization: token ${{ secrets.GLOBAL_TOKEN }}" -H "Accept: application/vnd.github.v3.raw" ${{ secrets.BUILD_SCRIPT_URL }} --output build-grav-18.sh
curl --silent -H "Authorization: token ${{ secrets.GLOBAL_TOKEN }}" -H "Accept: application/vnd.github.v3.raw" ${{ secrets.BUILD_SCRIPT_URL_18 }} --output build-grav.sh
# Development Local URL
# curl ${{ secrets.BUILD_SCRIPT_URL }} --output build-grav-18.sh
# curl ${{ secrets.BUILD_SCRIPT_URL_18 }} --output build-grav.sh
- name: Grav Builder
run: |
bash ./build-grav-18.sh
bash ./build-grav.sh
- name: Upload packages to release
uses: svenstaro/upload-release-action@v2