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 6a0116e commit dca4807
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/mini-ola-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/mini-ola
asset_name: mini-ola-linux-x86-64
tag: ${{ github.ref }}
tag: ${{ github.ref }}
override: true
mac-intel:
name: Mac Intel
runs-on: macos-latest
Expand All @@ -54,7 +55,8 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/mini-ola
asset_name: mini-ola-mac-intel
tag: ${{ github.ref }}
tag: ${{ github.ref }}
override: true
macos-arm:
name: Mac ARM
runs-on: macos-latest-xlarge
Expand All @@ -75,7 +77,8 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/mini-ola
asset_name: mini-ola-mac-arm
tag: ${{ github.ref }}
tag: ${{ github.ref }}
override: true
windows:
name: Windows
runs-on: windows-latest
Expand All @@ -96,4 +99,5 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/mini-ola.exe
asset_name: mini-ola-windows.exe
tag: ${{ github.ref }}
tag: ${{ github.ref }}
override: true

0 comments on commit dca4807

Please sign in to comment.