Skip to content

Commit 8dc7c08

Browse files
committed
fix file names of build helpers
1 parent 1092711 commit 8dc7c08

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
pip install git+https://github.com/inettgmbh/python-mkp.git@0.6
2525
- name: Build
2626
run: |
27-
chmod +x build/mkp-pack.py build/update-version.py
28-
build/update-version.py ${{ env.RELEASE_VERSION }}
29-
build/mkp-pack.py
27+
chmod +x build/mkp_pack.py build/update_version.py
28+
build/update_version.py ${{ env.RELEASE_VERSION }}
29+
build/mkp_pack.py
3030
- name: Create Release
3131
id: create_release
3232
uses: actions/create-release@v1

info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"name": "proxmox_bs",
1818
"num_files": 5,
1919
"title": "Proxmox Backup Server",
20-
"version": "0.4.19",
20+
"version": "0.4.20",
2121
"version.min_required": "2.3.0b6",
2222
"version.packaged": "2.3.0p7"
2323
}

0 commit comments

Comments
 (0)