Skip to content

Commit

Permalink
needs.set_version.outputs.STEAM_USERNAME != ''
Browse files Browse the repository at this point in the history
  • Loading branch information
gleblebedev committed Jul 27, 2024
1 parent 475fcec commit ece1dc8
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,19 +309,8 @@ jobs:
publish_to_steam:
needs: [set_version, build_desktop]
runs-on: ubuntu-latest
if: needs.set_version.outputs.STEAM_USERNAME != ''
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1

- name: Check if Steam user name is set
env:
STEAM_USERNAME: ${{ secrets.STEAM_USERNAME }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: ${{ env.STEAM_USERNAME == '' }}
run: |
echo "Steam user name is not set"
exit 0

- name: Download Windows Build
uses: robinraju/release-downloader@v1
Expand Down

0 comments on commit ece1dc8

Please sign in to comment.