Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn committed Oct 3, 2024
1 parent 587f798 commit 0d8b830
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
disk-cache: ${{ github.workflow }}
# Share repository cache between workflows.
repository-cache: true

- run: bazel build --config=release //release:release.windows
- run: bazel-bin/release/release.windows.sh "C:\Temp\release"
shell: bash
Expand All @@ -59,7 +58,6 @@ jobs:
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 0d8b830

Please sign in to comment.