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