Skip to content

Commit

Permalink
Merge branch 'sdasda7777_slw'
Browse files Browse the repository at this point in the history
  • Loading branch information
sdasda7777 committed Nov 9, 2023
2 parents 4ef7fb7 + 8a6a12a commit a5b20e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [x86_64-pc-windows-gnu, x86_64-unknown-linux-musl]
target: [ {name: x86_64-pc-windows-gnu, static_linking: true}, {name: x86_64-unknown-linux-musl, static_linking: false} ]
steps:
- uses: actions/checkout@master
- name: Compile and release
Expand All @@ -20,5 +20,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
TOOLCHAIN_VERSION: nightly
RUSTTARGET: ${{ matrix.target }}
RUSTTARGET: ${{ matrix.target.name }}
STATIC_LINKING: ${{ matrix.target.static_linking }}
EXTRA_FILES: "README.md LICENSE config.toml"
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "minesweeper6d"
version = "0.1.0"
version = "0.1.1"

[dependencies]
eframe = "0.23"
Expand Down

0 comments on commit a5b20e9

Please sign in to comment.