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

Update addon.xml
  • Loading branch information
zach-morris committed Jan 3, 2025
1 parent 757dddd commit f58851c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release_with_new_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
uses: thedoctor0/[email protected]
with:
type: 'zip'
path: 'plugin.program.iagl'
command: 'mkdir plugin.program.iagl; mv * plugin.program.iagl'
filename: 'plugin.program.iagl-${{ steps.get_version.outputs.info }}.zip'
exclusions: '*.git* /*node_modules/* .editorconfig *.xlsx *iagl_backup.db.zip'

Expand Down
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.program.iagl" name="Internet Archive Game Launcher" version="4.0.1~beta2">
<addon id="plugin.program.iagl" name="Internet Archive Game Launcher" version="4.0.1~beta4">
<requires>
<import addon="xbmc.python" version="3.0.1"/>
<import addon="script.module.infotagger"/>
Expand Down

0 comments on commit f58851c

Please sign in to comment.