Skip to content

Commit

Permalink
Test release windows without debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jfantinhardesty committed Jul 10, 2024
1 parent c8e4e18 commit a567479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- 'v*'
branches: [ "test-windows-release" ]

jobs:
build:
Expand Down Expand Up @@ -47,7 +48,6 @@ jobs:
run: >
.\build_samples.bat
--no-tests
--debug
- name: Package Artifacts Linux
if: ${{ Contains(matrix.os, 'ubuntu') }}
Expand Down

0 comments on commit a567479

Please sign in to comment.