From fb637b6983b95f27b1c25339a2d47150ca1da5e0 Mon Sep 17 00:00:00 2001 From: Lateralus138 Date: Tue, 12 Sep 2023 23:33:25 -0500 Subject: [PATCH] Working on the build workflow, possible first build and pre-release - 09/13/2023 04:33:23 UTC --- .github/workflows/main_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main_build.yml b/.github/workflows/main_build.yml index 543d905..88fafbf 100644 --- a/.github/workflows/main_build.yml +++ b/.github/workflows/main_build.yml @@ -76,7 +76,7 @@ jobs: git commit --allow-empty -am "Pushed .\docs\json\* to master. - $(Get-Date ([datetime]::UtcNow)) UTC" git push --force origin master - uses: ncipollo/release-action@v1 - if: steps.make_hostscompress.conclusion == 'success' + if: steps.make_hosts_compress.conclusion == 'success' with: allowUpdates: True tag: ${{ env.VS_FULL }}