Skip to content

Commit 5fd8926

Browse files
committed
Add buildfiles prefix to test script
1 parent ab1fe1f commit 5fd8926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,6 @@ jobs:
168168
run: dir buildfiles
169169
- name: Full File
170170
id: filename
171-
run: echo "::set-output name=fullpath::${{ needs.vars.outputs.mod_id }}-${{ needs.vars.outputs.mod_version }}.jar"
171+
run: echo "::set-output name=fullpath::buildfiles/${{ needs.vars.outputs.mod_id }}-${{ needs.vars.outputs.mod_version }}.jar"
172172
- name: Echo full file
173173
run: echo "${{ steps.filename.outputs.fullpath }}"

0 commit comments

Comments
 (0)