Skip to content

Commit

Permalink
fix pipeline i cant take it anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
samluiz committed May 24, 2024
1 parent e3f62df commit e49be26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,17 +94,17 @@ jobs:
- name: Download macOS arm64 binary
uses: actions/download-artifact@v4
with:
name: Dolphin-MacOS
name: Dolphin_MacOS

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

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

- name: Create Release
id: create_release
Expand Down

0 comments on commit e49be26

Please sign in to comment.