Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit 218f5df

Browse files
committed
Fix workflow [release]
1 parent c8ac85b commit 218f5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: mvn -B clean package
3333

3434
- name: Set JAR File Name Environment Variable
35-
run: echo "jar=$(ls target | grep -E "original.*\.jar" | cut -c10-)" >> $GITHUB_ENV
35+
run: echo "jar=$(ls target | grep -E "*\.jar")" >> $GITHUB_ENV
3636

3737
- name: Upload Artifact
3838
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)