Skip to content

Commit f9558f1

Browse files
committed
Test the release process
1 parent 81ff39c commit f9558f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/upload-artifact@v2
6363
with:
6464
name: macos
65-
path: native/target/native/x86_64-darwin/bin
65+
path: native/target/native/x86_64-darwin
6666

6767
publish:
6868
runs-on: ubuntu-latest
@@ -85,7 +85,7 @@ jobs:
8585
- uses: actions/download-artifact@v2
8686
with:
8787
name: macos
88-
path: native/target/native/x86_64-darwin/bin
88+
path: native/target/native/x86_64-darwin
8989

9090
- name: Release
9191
run: sbt ci-release

0 commit comments

Comments
 (0)