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 2525 run : |
2626 swift --version
2727 swift build -c release --product unidoc-publish
28- swift build -c release --product unidoc-tools
28+ swift build -c release --product unidoc
2929
3030 - name : Upload products
3131 env :
3636
3737 run : |
3838 .build/release/unidoc-publish \
39- unidoc-tools \
39+ unidoc \
4040 /unidoc/$UNIDOC_VERSION/$UNIDOC_PLATFORM/unidoc \
4141 --secret "$AWS_S3_ACCESS_SECRET"
4242
6969 -Xcxx -I$SWIFT_INSTALLATION/lib/swift/Block
7070 swift build -c release \
7171 --static-swift-stdlib \
72- --product unidoc-tools \
72+ --product unidoc \
7373 -Xcxx -I$SWIFT_INSTALLATION/lib/swift \
7474 -Xcxx -I$SWIFT_INSTALLATION/lib/swift/Block
7575
8282
8383 run : |
8484 .build/release/unidoc-publish \
85- unidoc-tools \
85+ unidoc \
8686 /unidoc/$UNIDOC_VERSION/$UNIDOC_PLATFORM/unidoc \
8787 --secret "$AWS_S3_ACCESS_SECRET"
You can’t perform that action at this time.
0 commit comments