Skip to content

Commit

Permalink
[Actions] Changing Windows build to catch the potential fail in a sin…
Browse files Browse the repository at this point in the history
…gle project (#294)

* Changing Windows build action to logical sum to catch potential fails

* Removing the local test to prepare for a pull request
  • Loading branch information
VeithMetro authored Oct 24, 2023
1 parent b0af180 commit 55a4076
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Build ThunderInterfaces on Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ jobs:

- name: Build ThunderInterfaces
shell: cmd
run: |
run: >
cd ThunderOnWindows
"%devEnv%" /Build "${{matrix.type}}|x${{matrix.version}}" /Project "%definitions%" "%solution%"
"%devEnv%" /Build "${{matrix.type}}|x${{matrix.version}}" /Project "%interfaces%" "%solution%"
&& "%devEnv%" /Build "${{matrix.type}}|x${{matrix.version}}" /Project "%definitions%" "%solution%"
&& "%devEnv%" /Build "${{matrix.type}}|x${{matrix.version}}" /Project "%interfaces%" "%solution%"
- name: Tar files
run: tar -czvf ${{matrix.type}}${{matrix.version}}.tar.gz artifacts
Expand Down

0 comments on commit 55a4076

Please sign in to comment.