From 69e4fa4264440eebe9c78850fdf3a86adf6ab0be Mon Sep 17 00:00:00 2001 From: aspel Date: Sat, 18 Nov 2023 03:04:22 +0200 Subject: [PATCH] ci: release Signed-off-by: aspel --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c1af1f4..8139bf2 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -55,7 +55,7 @@ jobs: with: artifacts: "PathOfBuilding.linux.amd64.tar.xz" token: ${{ secrets.GITHUB_TOKEN }} - removeArtifacts: true + allowUpdates: true tag: PathOfBuilding body: "${{steps.time.outputs.time}}" build-macos-amd64: @@ -94,7 +94,7 @@ jobs: with: artifacts: "PathOfBuilding.darwin.amd64.tar.xz" token: ${{ secrets.GITHUB_TOKEN }} - removeArtifacts: true + allowUpdates: true tag: PathOfBuilding body: "${{steps.time.outputs.time}}"