Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
samluiz committed May 24, 2024
1 parent 7c5e172 commit 88be1d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,19 @@ jobs:
uses: actions/download-artifact@v4
with:
name: Dolphin_MacOS
path: ./Dolphin_MacOS

- name: Download Windows amd64 installer
uses: actions/download-artifact@v4
with:
name: Dolphin_Windows_Setup
path: ./Dolphin_Windows_Setup

- name: Download Linux amd64 binary
uses: actions/download-artifact@v4
with:
name: Dolphin_Linux
path: ./Dolphin_Linux

- name: Create Release
id: create_release
Expand Down

0 comments on commit 88be1d9

Please sign in to comment.