We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5872f29 commit ed7c7b7Copy full SHA for ed7c7b7
.github/workflows/BuildImage.yml
@@ -22,7 +22,7 @@ jobs:
22
echo "MODNAME=${{ env.MODNAME }}" >> $GITHUB_OUTPUT
23
echo "MULTI_ARCH=${{ env.MULTI_ARCH }}" >> $GITHUB_OUTPUT
24
# **** If the mod needs to be versioned, set the versioning logic below. Otherwise leave as is. ****
25
- MOD_VERSION=$(curl -sL https://julialang.org/downloads/ | grep 'Current stable release:' | sed 's|.*Current stable release: v||' | sed 's| (.*||')
+ MOD_VERSION=$(curl -sL https://julialang.org/downloads/manual-downloads/ | grep 'Current stable release:' | sed 's|.*Current stable release: v||' | sed 's| (.*||')
26
echo "MOD_VERSION=${MOD_VERSION}" >> $GITHUB_OUTPUT
27
outputs:
28
GITHUB_REPO: ${{ steps.outputs.outputs.GITHUB_REPO }}
0 commit comments