Skip to content

Commit

Permalink
Update the release config
Browse files Browse the repository at this point in the history
  • Loading branch information
PurityLake committed Dec 2, 2023
1 parent 2e2d2d6 commit 64d90b4
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ on:

env:
# update with the name of the main binary
binary: bevy_github_ci_template
binary: holdtheline
add_binaries_to_github_release: true
#itch_target: <itch.io-username>/<game-name>
itch_target: cultist-games/hold-the-line


jobs:

# Build for wasm
release-wasm:
runs-on: ubuntu-latest
Expand All @@ -22,7 +21,7 @@ jobs:
- uses: olegtarasov/get-tag@v2.1.2
id: get_version
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@nightly
with:
targets: wasm32-unknown-unknown
- name: install wasm-bindgen-cli
Expand Down Expand Up @@ -68,7 +67,7 @@ jobs:
- uses: olegtarasov/get-tag@v2.1.2
id: get_version
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@nightly
with:
targets: x86_64-unknown-linux-gnu
- name: install dependencies
Expand Down Expand Up @@ -115,7 +114,7 @@ jobs:
- uses: olegtarasov/get-tag@v2.1.2
id: get_version
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@nightly
with:
targets: x86_64-pc-windows-msvc

Expand Down Expand Up @@ -158,7 +157,7 @@ jobs:
- uses: olegtarasov/get-tag@v2.1.2
id: get_version
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@nightly
with:
targets: x86_64-apple-darwin
- name: Environment Setup
Expand Down Expand Up @@ -202,7 +201,7 @@ jobs:
- uses: olegtarasov/get-tag@v2.1.2
id: get_version
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@nightly
with:
targets: aarch64-apple-darwin
- name: Environment
Expand Down

0 comments on commit 64d90b4

Please sign in to comment.