Skip to content

Commit

Permalink
Fix release workflow rebrand
Browse files Browse the repository at this point in the history
  • Loading branch information
jadelily18 committed Oct 22, 2023
1 parent 012cf32 commit 39aff1c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@ jobs:
- release_for: Linux-x86_64
os: ubuntu-20.04
target: x86_64-unknown-linux-gnu
bin: mrpack-distributor
name: mrpack-distributor_Linux-x86_64.tar.gz
bin: peony
name: peony_Linux-x86_64.tar.gz
command: build

- release_for: Windows-x86_64
os: windows-latest
target: x86_64-pc-windows-msvc
bin: mrpack-distributor.exe
name: mrpack-distributor_Windows-x86_64.zip
bin: peony.exe
name: peony_Windows-x86_64.zip
command: build

- release_for: macOS-x86_64
os: macOS-latest
target: x86_64-apple-darwin
bin: mrpack-distributor
name: mrpack-distributor_Darwin-x86_64.tar.gz
bin: peony
name: peony_Darwin-x86_64.tar.gz
command: build

runs-on: ${{ matrix.platform.os }}
Expand Down

0 comments on commit 39aff1c

Please sign in to comment.