mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-11-05 12:05:11 +00:00
fix artifact downloads
This commit is contained in:
parent
39f399ebf9
commit
c3a95a10d0
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -52,7 +52,7 @@ jobs:
|
||||
- uses: "actions/download-artifact@v3"
|
||||
with:
|
||||
name: "epple2-roms"
|
||||
path: "epple2-roms"
|
||||
path: "build/epple2-roms"
|
||||
|
||||
- name: "Stage"
|
||||
run: |
|
||||
@ -96,7 +96,7 @@ jobs:
|
||||
- uses: "actions/download-artifact@v3"
|
||||
with:
|
||||
name: "epple2-roms"
|
||||
path: "epple2-roms"
|
||||
path: "build/epple2-roms"
|
||||
|
||||
- name: "Stage"
|
||||
run: |
|
||||
@ -142,7 +142,7 @@ jobs:
|
||||
- uses: "actions/download-artifact@v3"
|
||||
with:
|
||||
name: "epple2-roms"
|
||||
path: "epple2-roms"
|
||||
path: "build/epple2-roms"
|
||||
|
||||
- name: "Stage"
|
||||
shell: "bash"
|
||||
|
Loading…
Reference in New Issue
Block a user