Skip to content

Commit

Permalink
Uncomment things
Browse files Browse the repository at this point in the history
  • Loading branch information
jadelily18 committed Oct 21, 2023
1 parent 2107aae commit 444f3a5
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
strategy:
matrix:
platform:
# - 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
# command: build
- 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
command: build

- release_for: Windows-x86_64
os: windows-latest
Expand All @@ -33,12 +33,12 @@ jobs:
name: mrpack-distributor_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
# 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
command: build

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

0 comments on commit 444f3a5

Please sign in to comment.