Skip to content

Commit

Permalink
Don't clean targets on release
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Aug 1, 2021
1 parent cdcd5dc commit 07510cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: macos
path: native/target/native/x86_64-darwin
path: native/target/native/x86_64-darwin/bin

publish:
runs-on: ubuntu-latest
Expand All @@ -72,7 +72,7 @@ jobs:
if: github.event_name != 'pull_request'
env:
PDAL_DEPEND_ON_NATIVE: "false"
CI_SONATYPE_RELEASE: ""
CI_CLEAN: ""

steps:
- uses: actions/checkout@v2
Expand All @@ -86,7 +86,7 @@ jobs:
- uses: actions/download-artifact@v2
with:
name: macos
path: native/target/native/x86_64-darwin
path: native/target/native/x86_64-darwin/bin

- name: Release
run: sbt ci-release
Expand Down

0 comments on commit 07510cf

Please sign in to comment.