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 20
20
distribution : ' zulu'
21
21
- name : Set up environment variables
22
22
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
25
25
- name : JAR Build
26
26
run : ./mill "sjsonnet.jvm[$SCALA_VERSION].__.assembly"
27
27
- name : JS Build
66
66
distribution : ' zulu'
67
67
- name : Set up environment variables
68
68
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
71
71
- name : Native Binary Build
72
72
run : ./mill "sjsonnet.native[$SCALA_VERSION].nativeLink"
73
73
- name : Rename Artifacts
@@ -111,4 +111,4 @@ jobs:
111
111
name : sjsonnet-${{ env.VERSION }}-release
112
112
path : release/*
113
113
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