mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-27 10:24:18 +00:00
download artifacts
This commit is contained in:
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@@ -63,12 +63,20 @@ jobs:
|
|||||||
name: Win32
|
name: Win32
|
||||||
path: |
|
path: |
|
||||||
build/ISLE.EXE
|
build/ISLE.EXE
|
||||||
|
build/ISLE.PDB
|
||||||
build/LEGO1.DLL
|
build/LEGO1.DLL
|
||||||
|
build/LEGO1.PDB
|
||||||
|
|
||||||
compare:
|
compare:
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@master
|
||||||
|
|
||||||
|
- uses: actions/download-artifact@master
|
||||||
|
with:
|
||||||
|
name: Win32
|
||||||
|
path: build
|
||||||
|
|
||||||
- name: Restore cached original binaries
|
- name: Restore cached original binaries
|
||||||
id: cache-original-binaries
|
id: cache-original-binaries
|
||||||
@@ -123,6 +131,14 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
INKSCAPE_DIR: inkscape-1.2.2_2022-12-09_732a01da63-x64
|
INKSCAPE_DIR: inkscape-1.2.2_2022-12-09_732a01da63-x64
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/download-artifact@master
|
||||||
|
with:
|
||||||
|
name: Win32
|
||||||
|
path: build
|
||||||
|
|
||||||
|
- uses: actions/download-artifact@master
|
||||||
|
with:
|
||||||
|
name: Accuracy Report
|
||||||
|
|
||||||
- name: Restore Inkscpae
|
- name: Restore Inkscpae
|
||||||
id: cache-inkscape
|
id: cache-inkscape
|
||||||
|
|||||||
Reference in New Issue
Block a user