mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 00:15:14 +01:00
Optimize Github workflow (#1043)
This commit is contained in:
parent
42d8b08635
commit
d193277eca
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -69,10 +69,13 @@ jobs:
|
|||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- name: Checkout snes9xgx repo
|
||||||
name: Download Artifacts
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- name: Download Artifacts
|
||||||
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user