Skip to content

Commit

Permalink
Update mini-ola-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YancyParker authored Feb 7, 2024
1 parent dca4807 commit 10e334d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mini-ola-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
file: target/release/mini-ola
asset_name: mini-ola-linux-x86-64
tag: ${{ github.ref }}
override: true
overwrite: true
mac-intel:
name: Mac Intel
runs-on: macos-latest
Expand All @@ -56,7 +56,7 @@ jobs:
file: target/release/mini-ola
asset_name: mini-ola-mac-intel
tag: ${{ github.ref }}
override: true
overwrite: true
macos-arm:
name: Mac ARM
runs-on: macos-latest-xlarge
Expand All @@ -78,7 +78,7 @@ jobs:
file: target/release/mini-ola
asset_name: mini-ola-mac-arm
tag: ${{ github.ref }}
override: true
overwrite: true
windows:
name: Windows
runs-on: windows-latest
Expand All @@ -100,4 +100,4 @@ jobs:
file: target/release/mini-ola.exe
asset_name: mini-ola-windows.exe
tag: ${{ github.ref }}
override: true
overwrite: true

0 comments on commit 10e334d

Please sign in to comment.