Skip to content

Commit

Permalink
Update release_with_new_db.yml
Browse files Browse the repository at this point in the history
Update release_with_new_db.yml
  • Loading branch information
zach-morris committed Jan 3, 2025
1 parent 534cd78 commit 757dddd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release_with_new_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- No
push:
tags:
- 'release newdb v*'
- 'v*'
jobs:
build-and-release:
runs-on: ubuntu-latest
Expand All @@ -36,13 +36,14 @@ jobs:
uses: thedoctor0/[email protected]
with:
type: 'zip'
filename: 'plugin.program.iagl-${{ steps.getxml.outputs.info }}.zip'
filename: 'plugin.program.iagl-${{ steps.get_version.outputs.info }}.zip'
exclusions: '*.git* /*node_modules/* .editorconfig *.xlsx *iagl_backup.db.zip'

# Step 4: Upload the release
- name: Upload Release
id: upload_release
uses: ncipollo/[email protected]
with:
artifacts: 'plugin.program.iagl-${{ steps.getxml.outputs.info }}.zip'
artifacts: 'plugin.program.iagl-${{ steps.get_version.outputs.info }}.zip'
name: 'plugin.program.iagl-${{ steps.get_version.outputs.info }}'
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 757dddd

Please sign in to comment.