Skip to content

Commit cc6177e

Browse files
committed
Fix artifacts in GitHub actions
1 parent d219d04 commit cc6177e

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
@@ -22,4 +22,4 @@ jobs:
2222
run: ./gradlew build
2323
- uses: actions/upload-artifact@master
2424
with:
25-
path: build/libs/skript-reflect-@version@.jar
25+
path: build/libs/skript-reflect-2.1.0.jar

0 commit comments

Comments
 (0)