Skip to content

Commit 3e8ffff

Browse files
committed
different glob separator
1 parent e963c29 commit 3e8ffff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
attestations: write
1111

1212
jobs:
13-
upload:
13+
build-and-publish:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout repository
@@ -33,7 +33,7 @@ jobs:
3333
- name: Generate artifact attestation
3434
uses: actions/attest-build-provenance@v2
3535
with:
36-
subject-path: 'build/libs/*.jar;!build/libs/*-sources.jar;!build/libs/*-dev.jar'
36+
subject-path: 'build/libs/*.jar, !build/libs/*-sources.jar, !build/libs/*-dev.jar'
3737

3838
- name: Upload GitHub release
3939
uses: AButler/upload-release-assets@v2.0

0 commit comments

Comments
 (0)