Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .github/workflows/update-simple-graphic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Update SimpleGraphic DLLs
on:
repository_dispatch:
types: [update-simple-graphic]
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: 'dev'
- name: Download DLLs
uses: robinraju/release-downloader@v1
with:
repository: ${{ github.repository_owner }}/PathOfBuilding-SimpleGraphic
tag: ${{ github.event.client_payload.tag }}
fileName: SimpleGraphicDLLs-x64-windows.tar
extract: true
out-file-path: runtime
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
title: Update to SimpleGraphic ${{ github.event.client_payload.tag }}
branch: simple-graphic-${{ github.event.client_payload.tag }}
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 }}

Binary file added runtime/SimpleGraphicDLLs-x64-windows.tar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.