Skip to content

Commit

Permalink
sigh... keep going with the actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dovholuknf committed Mar 27, 2023
1 parent 4eb36b7 commit cb2d242
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/native-nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,22 +126,6 @@ jobs:
buildnum: ${{needs.set-build-info.outputs.buildnum_official}}${{needs.set-build-info.outputs.buildnum_dev}}
runs-on: ubuntu-latest
steps:
- name: Attempt to update and echo vars
run: |
if [[ "${{ needs.set-build-info.outputs.buildnum_official }}" == "" ]]; then
echo "buildnum_official is empty ${{ needs.set-build-info.outputs.buildnum_official }}"
echo "buildnum_official is empty ${{ needs.set-build-info.outputs.buildnum_dev }}"
echo "SLACK_COLOR=good" >> $GITHUB_ENV
echo "SLACK_MESSAGE=This build has passed!" >> $GITHUB_ENV
else
echo "buildnum_official is __NOT__ empty ${{ needs.set-build-info.outputs.buildnum_official }}"
echo "buildnum_official is __NOT__ empty ${{ needs.set-build-info.outputs.buildnum_dev }}"
echo "SLACK_COLOR=danger" >> $GITHUB_ENV
echo "SLACK_MESSAGE=This build has failed." >> $GITHUB_ENV
fi
echo "now = ${{ env.now }}"
echo "build number = ${{ env.buildnum }}"
- uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down

0 comments on commit cb2d242

Please sign in to comment.