Skip to content

Commit

Permalink
fix build script (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
samkusin authored Jan 8, 2023
1 parent 1a089aa commit d383f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: clemens-${{github.ref_name}}-${{runner.os}}-${{runner.arch}}.zip
path: ${{github.workspace}}/build-run/clemens_iigs/Release/*
path: ${{github.workspace}}/build/host/Release/*

# - name: Test
# working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit d383f56

Please sign in to comment.