Skip to content

Commit

Permalink
ci: specify path for download artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
uyjulian committed Sep 13, 2024
1 parent 29073f4 commit acd32e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,16 +102,19 @@ jobs:
uses: actions/download-artifact@v4
with:
name: spc2it-ubuntu
path: spc2it-ubuntu

- name: Download win32 artifact
uses: actions/download-artifact@v4
with:
name: spc2it-win32
path: spc2it-win32

- name: Download macos artifact
uses: actions/download-artifact@v4
with:
name: spc2it-macos
path: spc2it-macos

- name: Prepare artifacts for release
run: |
Expand Down

0 comments on commit acd32e2

Please sign in to comment.