Skip to content

Commit

Permalink
Fix build workflow rebrand
Browse files Browse the repository at this point in the history
  • Loading branch information
jadelily18 committed Oct 22, 2023
1 parent 39aff1c commit 4cb30ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ 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

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

0 comments on commit 4cb30ca

Please sign in to comment.