Skip to content

Commit

Permalink
run with bash
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn committed Oct 3, 2024
1 parent cc802c7 commit 587f798
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,16 @@ jobs:
disk-cache: ${{ github.workflow }}
# Share repository cache between workflows.
repository-cache: true
- run: bazel run --config=release //release:release.windows -- C:\Temp\release

- run: bazel build --config=release //release:release.windows
- run: bazel-bin/release/release.windows.sh "C:\Temp\release"
shell: bash
# Verify that we built a functional executable
- name: smoke test
run: |
cp $(bazel cquery --config=release --output=files //release:aspect-windows-x86_64.exe) aspect.exe
./aspect.exe --help
- uses: actions/upload-artifact@v4
id: upload
with:
Expand Down

0 comments on commit 587f798

Please sign in to comment.