Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 154a5139d9 | |||
| eb81e69bf4 | |||
| 4b41bdc588 |
@@ -48,7 +48,7 @@ fn do() ! {
|
||||
mut cmd := Command{
|
||||
name: 'hero'
|
||||
description: 'Your HERO toolset.'
|
||||
version: '1.0.31'
|
||||
version: '1.0.32'
|
||||
}
|
||||
|
||||
// herocmds.cmd_run_add_flags(mut cmd)
|
||||
|
||||
@@ -4,7 +4,7 @@ set -e
|
||||
|
||||
os_name="$(uname -s)"
|
||||
arch_name="$(uname -m)"
|
||||
version='1.0.31'
|
||||
version='1.0.32'
|
||||
|
||||
|
||||
# Base URL for GitHub releases
|
||||
|
||||
@@ -35,6 +35,7 @@ jobs:
|
||||
- run: echo "🔎 The name of your branch is ${{ github.ref_name }} and your repository is ${{ github.repository }}."
|
||||
|
||||
- uses: maxim-lobanov/setup-xcode@v1
|
||||
if: runner.os == 'macOS'
|
||||
with:
|
||||
xcode-version: latest-stable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user