Skip to content

Commit

Permalink
*sigh* My release workflow still isn't working. I'm just going to add…
Browse files Browse the repository at this point in the history
… in Windows and Mac to the Build workflow and manually upload the compiled executables to the release.
  • Loading branch information
Vadoola committed Aug 15, 2023
1 parent 3706a6d commit f842111
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,17 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
target: [x86_64-pc-windows-gnu, x86_64-unknown-linux-musl, x86_64-apple-darwin]
steps:
- uses: actions/checkout@master
- name: Compile
id: compile
uses: rust-build/rust-build.action@v1.4.3
with:
RUSTTARGET: x86_64-unknown-linux-musl
#RUSTTARGET: x86_64-unknown-linux-musl
UPLOAD_MODE: none
TOOLCHAIN_VERSION: stable
- name: Upload artifact
Expand Down

0 comments on commit f842111

Please sign in to comment.