From c5300ccdc5ef0ec384d4db263f09dcadac4ab7d0 Mon Sep 17 00:00:00 2001 From: Wires77 Date: Wed, 22 Jul 2026 11:22:12 -0500 Subject: [PATCH] Remove .tar file deletion now that upstream action is fixed --- .github/workflows/update-simple-graphic.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/update-simple-graphic.yml b/.github/workflows/update-simple-graphic.yml index 673c327b53..f9ee4df8a5 100644 --- a/.github/workflows/update-simple-graphic.yml +++ b/.github/workflows/update-simple-graphic.yml @@ -18,8 +18,6 @@ jobs: fileName: SimpleGraphicDLLs-x64-windows.tar extract: true out-file-path: runtime - - name: Delete .tar file - run: rm runtime/SimpleGraphicDLLs-x64-windows.tar - name: Create Pull Request uses: peter-evans/create-pull-request@v5 with: