We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e963c29 commit 3e8ffffCopy full SHA for 3e8ffff
.github/workflows/release.yml
@@ -10,7 +10,7 @@ permissions:
10
attestations: write
11
12
jobs:
13
- upload:
+ build-and-publish:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout repository
@@ -33,7 +33,7 @@ jobs:
33
- name: Generate artifact attestation
34
uses: actions/attest-build-provenance@v2
35
with:
36
- subject-path: 'build/libs/*.jar;!build/libs/*-sources.jar;!build/libs/*-dev.jar'
+ subject-path: 'build/libs/*.jar, !build/libs/*-sources.jar, !build/libs/*-dev.jar'
37
38
- name: Upload GitHub release
39
uses: AButler/upload-release-assets@v2.0
0 commit comments