Skip to content

Commit

Permalink
[Actions] Updated .github/actions/dotnet-publish/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Dec 14, 2024
1 parent 577d2c4 commit 6eb2ca2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/dotnet-publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ runs:
- name: "Dotnet: Check Variables"
shell: bash
run: |
[ -z "$PLATFORM" ] || echo "Missing Platform" && exit 1
[ -z "$PLATFORM" ] || exit 1
[ -z "$PLATFORM" ] && echo "Missing Platform" && exit 1
env:
PLATFORM: ${{inputs.PLATFORM}}

Expand Down

0 comments on commit 6eb2ca2

Please sign in to comment.