File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 distribution : ' zulu'
2121 - name : Set up environment variables
2222 run : |
23- echo "VERSION=$(cat VERSION )" >> $GITHUB_ENV
24- echo "SCALA_VERSION=$(awk '{print $NF}' SCALA_VERSIONS | tail -1) " >> $GITHUB_ENV
23+ echo "VERSION=$(cat sjsonnet/version )" >> $GITHUB_ENV
24+ echo "SCALA_VERSION=3.3.6 " >> $GITHUB_ENV
2525 - name : JAR Build
2626 run : ./mill "sjsonnet.jvm[$SCALA_VERSION].__.assembly"
2727 - name : JS Build
6666 distribution : ' zulu'
6767 - name : Set up environment variables
6868 run : |
69- echo "VERSION=$(cat VERSION )" >> $GITHUB_ENV
70- echo "SCALA_VERSION=$(awk '{print $NF}' SCALA_VERSIONS | tail -1) " >> $GITHUB_ENV
69+ echo "VERSION=$(cat sjsonnet/version )" >> $GITHUB_ENV
70+ echo "SCALA_VERSION=3.3.6 " >> $GITHUB_ENV
7171 - name : Native Binary Build
7272 run : ./mill "sjsonnet.native[$SCALA_VERSION].nativeLink"
7373 - name : Rename Artifacts
@@ -111,4 +111,4 @@ jobs:
111111 name : sjsonnet-${{ env.VERSION }}-release
112112 path : release/*
113113 retention-days : 30
114- if-no-files-found : error
114+ if-no-files-found : error
You can’t perform that action at this time.
0 commit comments