Skip to content

Commit f785c2d

Browse files
committed
fix release
1 parent 064617f commit f785c2d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ jobs:
3131
profile: minimal
3232
toolchain: stable
3333
override: true
34-
- run: ECHO "true" >> $RELEASE
35-
if: startsWith(github.ref, 'refs/tags/')
34+
- run: echo "RELEASE=true" >> $GITHUB_ENV
35+
if: startsWith(github.ref, 'refs/tags/') && matrix.os.name == 'ubuntu'
36+
- run: echo "RELEASE=true" >> $env:GITHUB_ENV
37+
if: startsWith(github.ref, 'refs/tags/') && matrix.os.name == 'windows'
3638
- name: Rust Cache
3739
uses: Swatinem/rust-cache@v2
3840
with:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "hemtt"
33
description = "HEMTT - Arma 3 Build Tool"
4-
version = "1.9.1"
4+
version = "1.10.0"
55
edition = "2021"
66
license = "GPL-2.0"
77
authors = ["Brett Mayson <brett@mayson.io>"]

0 commit comments

Comments
 (0)