Update editor-build.yml

This commit is contained in:
izzy2lost
2024-07-20 10:43:36 -04:00
committed by GitHub
parent 28019c8be3
commit 39b29e127d

View File

@@ -28,14 +28,17 @@ jobs:
PackageOutputDir: "textie/textie/textie"
steps:
- name: Checkout Repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Checkout tag 0.9.5
run: git checkout tags/0.9.5
- name: Install gdown
run: pip install gdown
- name: Download and Extract Repository
run: |
gdown https://drive.google.com/uc?export=download&id=1a7WTTHKwpmci8rhIO9JQxT_SsV429Fs4 -O repo.zip
Expand-Archive -Path repo.zip -DestinationPath .
Move-Item -Path "testie/*" -Destination "." -Force
Remove-Item -Recurse -Force "duckstation-uwp"
shell: pwsh
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1