File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1212 - No
1313 push :
1414 tags :
15- - ' release newdb v*'
15+ - ' v*'
1616jobs :
1717 build-and-release :
1818 runs-on : ubuntu-latest
@@ -36,13 +36,14 @@ jobs:
3636 uses : thedoctor0/zip-release@0.7.6
3737 with :
3838 type : ' zip'
39- filename : ' plugin.program.iagl-${{ steps.getxml .outputs.info }}.zip'
39+ filename : ' plugin.program.iagl-${{ steps.get_version .outputs.info }}.zip'
4040 exclusions : ' *.git* /*node_modules/* .editorconfig *.xlsx *iagl_backup.db.zip'
4141
4242 # Step 4: Upload the release
4343 - name : Upload Release
4444 id : upload_release
4545 uses : ncipollo/release-action@v1.14.0
4646 with :
47- artifacts : ' plugin.program.iagl-${{ steps.getxml.outputs.info }}.zip'
47+ artifacts : ' plugin.program.iagl-${{ steps.get_version.outputs.info }}.zip'
48+ name : ' plugin.program.iagl-${{ steps.get_version.outputs.info }}'
4849 token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments