Skip to content

Commit a0cf60b

Browse files
committed
fix wrong artifact path
1 parent 5484e47 commit a0cf60b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
swift --version
3131
swift build -c release --product unidoc
32-
Scripts/Package .build/release unidoc
32+
Scripts/Package .build unidoc
3333
3434
- name: Upload products
3535
env:
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
Scripts/Linux/Build ${{ matrix.arch.id }} \
7575
--os ${{ matrix.os.codename }}
76-
Scripts/Package .build.${{ matrix.arch.id }}/release \
76+
Scripts/Package .build.${{ matrix.arch.id }} \
7777
unidoc \
7878
unidoc-linkerd
7979

0 commit comments

Comments
 (0)