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 b2c986f commit 3886182Copy full SHA for 3886182
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Build with Maven
44
run: |
45
mvn --batch-mode --update-snapshots verify gpg:sign -Dversion.modifier=''
46
- gpg --verify javasdk-0.1.0-SNAPSHOT-sources.jar.asc javasdk-0.1.0-SNAPSHOT-sources.jar
+ gpg --verify target/javasdk-0.1.0-SNAPSHOT-sources.jar.asc target/javasdk-0.1.0-SNAPSHOT-sources.jar
47
48
- name: Upload coverage to Codecov
49
uses: codecov/codecov-action@v2
0 commit comments