Skip to content

Commit

Permalink
exit 0 to stop job
Browse files Browse the repository at this point in the history
  • Loading branch information
gleblebedev committed Jul 27, 2024
1 parent c70518d commit 475fcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ jobs:
if: ${{ env.STEAM_USERNAME == '' }}
run: |
echo "Steam user name is not set"
gh run cancel ${{ github.run_id }}
exit 0
- name: Download Windows Build
uses: robinraju/release-downloader@v1
Expand Down

0 comments on commit 475fcec

Please sign in to comment.