Skip to content

Commit 677a112

Browse files
committed
Add CONFIGURATION_BUILD_DIR
1 parent 9476d7d commit 677a112

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ jobs:
1818
destination: platform=macOS
1919
configuration: Release
2020
action: build
21-
21+
build-settings: CONFIGURATION_BUILD_DIR=build/Release
22+
2223
- name: Debug
23-
run: ls && ls build && ls build/Release
24-
24+
run: ls && ls build/Release
25+
2526
- name: Archive Build Artifacts
26-
run: zip -r Switcher-${{ github.ref_name == contains(github.ref, 'refs/tags/v') && github.ref_name || github.run_number }}.zip Switcher.app
27+
run: zip -r Switcher-${{ github.ref_name == contains(github.ref, 'refs/tags/v') && github.ref_name || github.run_number }}.zip build/Release
2728

2829
- name: Upload Build Artifacts
2930
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)