From 10e334da57b480571a8fdc421cd1918a89aef94f Mon Sep 17 00:00:00 2001 From: Panos Young Date: Wed, 7 Feb 2024 15:10:04 +0800 Subject: [PATCH] Update mini-ola-release.yml --- .github/workflows/mini-ola-release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/mini-ola-release.yml b/.github/workflows/mini-ola-release.yml index a80adc14..dac04269 100644 --- a/.github/workflows/mini-ola-release.yml +++ b/.github/workflows/mini-ola-release.yml @@ -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 @@ -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 @@ -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 @@ -100,4 +100,4 @@ jobs: file: target/release/mini-ola.exe asset_name: mini-ola-windows.exe tag: ${{ github.ref }} - override: true + overwrite: true