Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Nov 2, 2023
1 parent 064617f commit f785c2d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
profile: minimal
toolchain: stable
override: true
- run: ECHO "true" >> $RELEASE
if: startsWith(github.ref, 'refs/tags/')
- run: echo "RELEASE=true" >> $GITHUB_ENV
if: startsWith(github.ref, 'refs/tags/') && matrix.os.name == 'ubuntu'
- run: echo "RELEASE=true" >> $env:GITHUB_ENV
if: startsWith(github.ref, 'refs/tags/') && matrix.os.name == 'windows'
- name: Rust Cache
uses: Swatinem/rust-cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hemtt"
description = "HEMTT - Arma 3 Build Tool"
version = "1.9.1"
version = "1.10.0"
edition = "2021"
license = "GPL-2.0"
authors = ["Brett Mayson <[email protected]>"]
Expand Down

0 comments on commit f785c2d

Please sign in to comment.