mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Fix UI build workflow
This commit is contained in:
2
.github/workflows/build_ui.yml
vendored
2
.github/workflows/build_ui.yml
vendored
@@ -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 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/
|
||||
|
||||
|
||||
@@ -169,6 +169,7 @@
|
||||
- Clean up some ProcessSystem cases
|
||||
- Add PS3 info extraction for DIC
|
||||
- Update to DIC 20240601
|
||||
- Fix UI build workflow
|
||||
|
||||
### 3.1.9a (2024-05-21)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user