File tree 4 files changed +7
-4
lines changed
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 24
24
universal-digest :
25
25
description : The SHA256 of the uploaded artifact (universal)
26
26
value : ${{ jobs.build.outputs.universal-digest }}
27
-
27
+
28
28
29
29
jobs :
30
30
build :
40
40
distribution : temurin
41
41
java-version : ${{ inputs.java-version }}
42
42
cache : sbt
43
-
43
+ - uses : sbt/setup-sbt@v1
44
44
- name : Build and pack the SDK (universal)
45
45
run : ./project/scripts/sbt dist/pack
46
46
50
50
with :
51
51
path : ./dist/target/pack/*
52
52
name : scala3-universal
53
-
53
+
54
54
- name : Compute SHA256 of the uploaded artifact (universal)
55
55
id : universal-digest
56
56
run : |
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v4
12
+ - uses : sbt/setup-sbt@v1
12
13
- uses : scalacenter/sbt-dependency-submission@v3
Original file line number Diff line number Diff line change 36
36
distribution : ' temurin'
37
37
java-version : 17
38
38
cache : ' sbt'
39
+ - uses : sbt/setup-sbt@v1
39
40
40
41
- name : Generate reference documentation and test links
41
42
run : |
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions:
15
15
jobs :
16
16
build :
17
17
env :
18
- AZURE_STORAGE_SAS_TOKEN : ${{ secrets.AZURE_STORAGE_SAS_TOKEN }}
18
+ AZURE_STORAGE_SAS_TOKEN : ${{ secrets.AZURE_STORAGE_SAS_TOKEN }}m
19
19
runs-on : ubuntu-latest
20
20
if : " github.event_name == 'merge_group'
21
21
|| ( github.event_name == 'pull_request'
36
36
java-version : 17
37
37
cache : ' sbt'
38
38
39
+ - uses : sbt/setup-sbt@v1
39
40
- name : Compile and test scala3doc-js
40
41
run : ./project/scripts/sbt scaladoc-js-main/test
41
42
You can’t perform that action at this time.
0 commit comments