From 504791b5b6c12f4d0c8154736ef6f2b0b12967e3 Mon Sep 17 00:00:00 2001 From: Archi Date: Mon, 18 Mar 2024 15:44:36 +0100 Subject: [PATCH] Misc --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 34d041b5c..309dd1e98 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -504,6 +504,7 @@ jobs: - name: Create ArchiSteamFarm GitHub release uses: ncipollo/release-action@v1.14.0 with: + artifactErrorsFailBuild: true artifacts: "out/*" bodyFile: .github/RELEASE_TEMPLATE.md makeLatest: false