Skip to content

Commit

Permalink
use BUILD_SCRIPT_URL_18 in build
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Oct 23, 2024
1 parent 5cd8598 commit 59031a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59031a8

Please sign in to comment.