Delete .tar file when updating SimpleGraphic DLLs

This commit is contained in:
Wires77
2025-10-08 22:27:19 -05:00
committed by GitHub
parent 8cd099f8dd
commit 4dc25db6ce

View File

@@ -18,6 +18,8 @@ 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:
@@ -26,4 +28,4 @@ jobs:
body: |
Update DLLs to SimpleGraphic-${{ github.event.client_payload.tag }} from ${{ github.event.client_payload.release_link }}
commit-message: Update DLLs to SimpleGraphic-${{ github.event.client_payload.tag }}