download artifacts

This commit is contained in:
stonedDiscord
2023-06-30 02:22:21 +02:00
committed by GitHub
parent 7f111c4291
commit e07975dcf7

View File

@@ -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