We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f49787 commit 485e7f4Copy full SHA for 485e7f4
1 file changed
.github/workflows/release.yml
@@ -30,13 +30,10 @@ jobs:
30
working-directory: zsmith
31
run: java -jar ../zb.jar
32
33
- - name: Rename artifact
34
- run: cp zsmith/zbo/zsmith.jar zsmith-${{ steps.version.outputs.version }}.jar
35
-
36
- name: Create Release
37
uses: softprops/action-gh-release@v2
38
with:
39
tag_name: v${{ steps.version.outputs.version }}.${{ github.run_number }}
40
name: zsmith ${{ steps.version.outputs.version }} (build ${{ github.run_number }})
41
- files: zsmith-${{ steps.version.outputs.version }}.jar
+ files: zsmith/zbo/zsmith.jar
42
generate_release_notes: true
0 commit comments