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 b8d5065
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,20 +87,26 @@ jobs:
- build-windows

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Download Linux artifact
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 b8d5065

Please sign in to comment.