We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd099f commit 4dc25dbCopy full SHA for 4dc25db
1 file changed
.github/workflows/update-simple-graphic.yml
@@ -18,6 +18,8 @@ jobs:
18
fileName: SimpleGraphicDLLs-x64-windows.tar
19
extract: true
20
out-file-path: runtime
21
+ - name: Delete .tar file
22
+ run: rm runtime/SimpleGraphicDLLs-x64-windows.tar
23
- name: Create Pull Request
24
uses: peter-evans/create-pull-request@v5
25
with:
@@ -26,4 +28,4 @@ jobs:
26
28
body: |
27
29
Update DLLs to SimpleGraphic-${{ github.event.client_payload.tag }} from ${{ github.event.client_payload.release_link }}
30
commit-message: Update DLLs to SimpleGraphic-${{ github.event.client_payload.tag }}
-
31
+
0 commit comments