Skip to content

Commit 4dc25db

Browse files
authored
Delete .tar file when updating SimpleGraphic DLLs
1 parent 8cd099f commit 4dc25db

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/update-simple-graphic.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
fileName: SimpleGraphicDLLs-x64-windows.tar
1919
extract: true
2020
out-file-path: runtime
21+
- name: Delete .tar file
22+
run: rm runtime/SimpleGraphicDLLs-x64-windows.tar
2123
- name: Create Pull Request
2224
uses: peter-evans/create-pull-request@v5
2325
with:
@@ -26,4 +28,4 @@ jobs:
2628
body: |
2729
Update DLLs to SimpleGraphic-${{ github.event.client_payload.tag }} from ${{ github.event.client_payload.release_link }}
2830
commit-message: Update DLLs to SimpleGraphic-${{ github.event.client_payload.tag }}
29-
31+

0 commit comments

Comments
 (0)