Skip to content

Commit 03255ba

Browse files
committed
Fix artifact pattern in github workflow
1 parent b63eee2 commit 03255ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
uses: actions/upload-artifact@v3
4242
with:
4343
name: FlappyBird
44-
path: 'build/libs/FlappyBird *.jar'
44+
path: 'build/libs/FlappyBird-*.jar'

0 commit comments

Comments
 (0)