Skip to content

Commit

Permalink
Set path of artifact downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-harding committed Mar 22, 2024
1 parent 24a07c0 commit b4fc9c6
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 @@ -91,16 +91,19 @@ jobs:
uses: actions/download-artifact@v4
with:
name: neophyte-linux
path: neophyte-linux

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

- name: Download Windows artifact
uses: actions/download-artifact@v4
with:
name: neophyte-windows.exe
path: neophyte-windows.exe

- name: Create release
env:
Expand Down

0 comments on commit b4fc9c6

Please sign in to comment.