Skip to content

Commit f58851c

Browse files
committed
Update release_with_new_db.yml
Update release_with_new_db.yml Update addon.xml
1 parent 757dddd commit f58851c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release_with_new_db.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
uses: thedoctor0/zip-release@0.7.6
3737
with:
3838
type: 'zip'
39+
path: 'plugin.program.iagl'
40+
command: 'mkdir plugin.program.iagl; mv * plugin.program.iagl'
3941
filename: 'plugin.program.iagl-${{ steps.get_version.outputs.info }}.zip'
4042
exclusions: '*.git* /*node_modules/* .editorconfig *.xlsx *iagl_backup.db.zip'
4143

addon.xml

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

0 commit comments

Comments
 (0)