Skip to content

Commit

Permalink
Add CONFIGURATION_BUILD_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobronium committed May 9, 2024
1 parent 9476d7d commit 677a112
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ jobs:
destination: platform=macOS
configuration: Release
action: build

build-settings: CONFIGURATION_BUILD_DIR=build/Release

- name: Debug
run: ls && ls build && ls build/Release
run: ls && ls build/Release

- name: Archive Build Artifacts
run: zip -r Switcher-${{ github.ref_name == contains(github.ref, 'refs/tags/v') && github.ref_name || github.run_number }}.zip Switcher.app
run: zip -r Switcher-${{ github.ref_name == contains(github.ref, 'refs/tags/v') && github.ref_name || github.run_number }}.zip build/Release

- name: Upload Build Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 677a112

Please sign in to comment.