Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
EchterAlsFake committed Jun 8, 2024
1 parent 7a99e89 commit 72a32a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_cli_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
else
echo "RELEASE_EXISTS=false" >> $GITHUB_ENV
echo "::set-output name=release_exists::false"
fi
env:
GITHUB_TOKEN: ${{ secrets.PAT }}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_gui_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
else
echo "RELEASE_EXISTS=false" >> $GITHUB_ENV
echo "::set-output name=release_exists::false"
fi
env:
GITHUB_TOKEN: ${{ secrets.PAT }}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_gui_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
else
echo "RELEASE_EXISTS=false" >> $GITHUB_ENV
echo "::set-output name=release_exists::false"
fi
env:
GITHUB_TOKEN: ${{ secrets.PAT }}

Expand Down

0 comments on commit 72a32a8

Please sign in to comment.