mirror of
https://github.com/izzy2lost/textie.git
synced 2026-03-26 17:00:44 -07:00
Update editor-build.yml
This commit is contained in:
17
.github/workflows/editor-build.yml
vendored
17
.github/workflows/editor-build.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user