File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
run : |
26
26
swift --version
27
27
swift build -c release --product unidoc-publish
28
- swift build -c release --product unidoc-tools
28
+ swift build -c release --product unidoc
29
29
30
30
- name : Upload products
31
31
env :
36
36
37
37
run : |
38
38
.build/release/unidoc-publish \
39
- unidoc-tools \
39
+ unidoc \
40
40
/unidoc/$UNIDOC_VERSION/$UNIDOC_PLATFORM/unidoc \
41
41
--secret "$AWS_S3_ACCESS_SECRET"
42
42
69
69
-Xcxx -I$SWIFT_INSTALLATION/lib/swift/Block
70
70
swift build -c release \
71
71
--static-swift-stdlib \
72
- --product unidoc-tools \
72
+ --product unidoc \
73
73
-Xcxx -I$SWIFT_INSTALLATION/lib/swift \
74
74
-Xcxx -I$SWIFT_INSTALLATION/lib/swift/Block
75
75
82
82
83
83
run : |
84
84
.build/release/unidoc-publish \
85
- unidoc-tools \
85
+ unidoc \
86
86
/unidoc/$UNIDOC_VERSION/$UNIDOC_PLATFORM/unidoc \
87
87
--secret "$AWS_S3_ACCESS_SECRET"
You can’t perform that action at this time.
0 commit comments