Skip to content

Commit e8c9464

Browse files
authored
Update test-build.yml
1 parent 2e3ca4d commit e8c9464

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
uses: actions/upload-artifact@v2
117117
with:
118118
name: libs
119-
path: build/libs/**${{jobs.vars.outputs.mod_version}}**.jar
119+
path: build/libs/**${{ needs.vars.outputs.mod_version }}**.jar
120120

121121
view:
122122
name: View Changelog Output
@@ -158,4 +158,4 @@ jobs:
158158
# files: |
159159
# changelog/CHANGELOG.md
160160
# LICENSE.txt
161-
# buildfiles/*
161+
# buildfiles/*

0 commit comments

Comments
 (0)