From 1d472bf777e56688f2ea5b357ee2c7ef573023a6 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 3 Jun 2024 13:08:45 -0400 Subject: [PATCH] Add update parameter to unzip --- .github/workflows/build_ui.yml | 2 +- CHANGELIST.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_ui.yml b/.github/workflows/build_ui.yml index a5bac59a..07e42745 100644 --- a/.github/workflows/build_ui.yml +++ b/.github/workflows/build_ui.yml @@ -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/ diff --git a/CHANGELIST.md b/CHANGELIST.md index 4e700779..1084960a 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -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)