Skip to content

Commit 757dddd

Browse files
committed
Update release_with_new_db.yml
Update release_with_new_db.yml
1 parent 534cd78 commit 757dddd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release_with_new_db.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- No
1313
push:
1414
tags:
15-
- 'release newdb v*'
15+
- 'v*'
1616
jobs:
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 }}

0 commit comments

Comments
 (0)