Skip to content

Commit

Permalink
Use Buildtype for evaluation in windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Codinablack authored Dec 29, 2024
1 parent 926a34d commit 12161f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_build_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
7z a BlackTek-Server-${{ github.sha }}.zip D:/a/BlackTek-Server/BlackTek-Server/
- name: Upload Assets for Edge Build
if: (github.event_name == 'push') && (matrix.os == 'windows-release') && !startsWith(github.ref, 'refs/tags/') || (github.event_name == 'pull_request' && github.event.pull_request.merged == true)
if: (github.event_name == 'push') && (matrix.buildtype == 'windows-release') && !startsWith(github.ref, 'refs/tags/') || (github.event_name == 'pull_request' && github.event.pull_request.merged == true)
uses: softprops/action-gh-release@v2
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 12161f9

Please sign in to comment.