Skip to content

Commit 07510cf

Browse files
committed
Don't clean targets on release
1 parent cdcd5dc commit 07510cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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
65+
path: native/target/native/x86_64-darwin/bin
6666

6767
publish:
6868
runs-on: ubuntu-latest
@@ -72,7 +72,7 @@ jobs:
7272
if: github.event_name != 'pull_request'
7373
env:
7474
PDAL_DEPEND_ON_NATIVE: "false"
75-
CI_SONATYPE_RELEASE: ""
75+
CI_CLEAN: ""
7676

7777
steps:
7878
- uses: actions/checkout@v2
@@ -86,7 +86,7 @@ jobs:
8686
- uses: actions/download-artifact@v2
8787
with:
8888
name: macos
89-
path: native/target/native/x86_64-darwin
89+
path: native/target/native/x86_64-darwin/bin
9090

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

0 commit comments

Comments
 (0)