Skip to content

Commit

Permalink
Working on the build workflow, possible first build and pre-release -…
Browse files Browse the repository at this point in the history
… 09/13/2023 04:33:23 UTC
  • Loading branch information
Lateralus138 committed Sep 13, 2023
1 parent 38ed867 commit fb637b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit fb637b6

Please sign in to comment.