We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdcd5dc commit 07510cfCopy full SHA for 07510cf
.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
62
- uses: actions/upload-artifact@v2
63
with:
64
name: macos
65
- path: native/target/native/x86_64-darwin
+ path: native/target/native/x86_64-darwin/bin
66
67
publish:
68
runs-on: ubuntu-latest
@@ -72,7 +72,7 @@ jobs:
72
if: github.event_name != 'pull_request'
73
env:
74
PDAL_DEPEND_ON_NATIVE: "false"
75
- CI_SONATYPE_RELEASE: ""
+ CI_CLEAN: ""
76
77
steps:
78
- uses: actions/checkout@v2
@@ -86,7 +86,7 @@ jobs:
86
- uses: actions/download-artifact@v2
87
88
89
90
91
- name: Release
92
run: sbt ci-release
0 commit comments