We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a9172f commit e607fb7Copy full SHA for e607fb7
.github/workflows/tagged-release.yml
@@ -160,8 +160,8 @@ jobs:
160
with:
161
name: libs
162
path: |
163
- build-out/${{ needs.vars.outputs.mod_id }}-${{ needs.vars.outputs.mod_version }}.jar
164
- build-out/${{ needs.vars.outputs.mod_id }}-${{ needs.vars.outputs.mod_version }}-api.jar
+ build-out/${{ needs.vars.outputs.mod_id }}-${{ needs.vars.outputs.version }}.jar
+ build-out/${{ needs.vars.outputs.mod_id }}-${{ needs.vars.outputs.version }}-api.jar
165
166
view:
167
name: View Changelog Output
0 commit comments