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