Skip to content

Commit

Permalink
Woops, release-3.2.x is not up yet
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Jan 24, 2025
1 parent d5d5392 commit 0637b92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-fnalibs-apple.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SDL_PATCH_VERSION=1

set -ex

workflow_id=$(gh -R libsdl-org/SDL run list -b release-3.2.x --json databaseId --jq '.[0].databaseId')
workflow_id=$(gh -R libsdl-org/SDL run list -b main --json databaseId --jq '.[0].databaseId')
gh -R libsdl-org/SDL run download ${workflow_id} -p 'SDL-macos-framework'
gh -R libsdl-org/SDL run download ${workflow_id} -p 'SDL-ios-arm64'
gh -R libsdl-org/SDL run download ${workflow_id} -p 'SDL-tvos-arm64'
Expand Down
2 changes: 1 addition & 1 deletion build-fnalibs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SDL_PATCH_VERSION=1

set -ex

workflow_id=$(gh -R libsdl-org/SDL run list -b release-3.2.x --json databaseId --jq '.[0].databaseId')
workflow_id=$(gh -R libsdl-org/SDL run list -b main --json databaseId --jq '.[0].databaseId')
gh -R libsdl-org/SDL run download ${workflow_id} -p 'SDL-slrsniper'
gh -R libsdl-org/SDL run download ${workflow_id} -p 'SDL-VC-x86'
gh -R libsdl-org/SDL run download ${workflow_id} -p 'SDL-VC-x64'
Expand Down

0 comments on commit 0637b92

Please sign in to comment.