Skip to content

Commit

Permalink
test: Run raw command
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed Dec 2, 2024
1 parent e7f7848 commit 43b5736
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:

- name: Build
run: ./build.ps1 build-cmake

- name: LS
run: ls
working-directory: build/27/

- name: Build sln and zip
run: ./build.ps1 zip
- name: Build sln
run: msbuild build/27/archicad-speckle.sln /p:Configuration=Release

- uses: actions/upload-artifact@v4
with:
name: output-${{ env.GitVersion_FullSemVer }}
Expand Down

0 comments on commit 43b5736

Please sign in to comment.