mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 06:55:05 +01:00
Optimize Github workflow (#484)
This commit is contained in:
parent
5db187cb9b
commit
35b8cef773
11
.github/workflows/build.yml
vendored
11
.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 fceugx repo
|
||||||
name: Download Artifacts
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
- uses: actions/download-artifact@v3
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Download Artifacts
|
||||||
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user