Skip to content

Commit 1775a9e

Browse files
committed
unidoc-tools product was renamed to unidoc
1 parent ed1da39 commit 1775a9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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:
@@ -36,7 +36,7 @@ jobs:
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
@@ -69,7 +69,7 @@ jobs:
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
@@ -82,6 +82,6 @@ jobs:
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"

0 commit comments

Comments
 (0)