Add update parameter to unzip

This commit is contained in:
Matt Nadareski
2024-06-03 13:08:45 -04:00
parent a7e0ac0806
commit 1d472bf777
2 changed files with 2 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ jobs:
- name: Bundle DiscImageCreator
run: |
wget https://github.com/user-attachments/files/15521936/DiscImageCreator_20240601.zip
unzip DiscImageCreator_20240601.zip
unzip -u DiscImageCreator_20240601.zip
mkdir -p MPF.UI/bin/Debug/${{ matrix.framework }}/${{ matrix.runtime }}/publish/Programs/Creator
mv Release_ANSI/* MPF.UI/bin/Debug/${{ matrix.framework }}/${{ matrix.runtime }}/publish/Programs/Creator/

View File

@@ -170,6 +170,7 @@
- Add PS3 info extraction for DIC
- Update to DIC 20240601
- Fix UI build workflow
- Add update parameter to unzip
### 3.1.9a (2024-05-21)