Skip to content

Commit 3281012

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 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
@@ -72,6 +72,7 @@ jobs:
7272
if: github.event_name != 'pull_request'
7373
env:
7474
PDAL_DEPEND_ON_NATIVE: "false"
75+
CI_SONATYPE_RELEASE: ""
7576

7677
steps:
7778
- uses: actions/checkout@v2
@@ -85,7 +86,7 @@ jobs:
8586
- uses: actions/download-artifact@v2
8687
with:
8788
name: macos
88-
path: native/target/native/x86_64-darwin/bin
89+
path: native/target/native/x86_64-darwin
8990

9091
- name: Release
9192
run: sbt ci-release

0 commit comments

Comments
 (0)