Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
blopker committed Jan 14, 2025
1 parent 0cb0f22 commit 82c4867
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Run tests
run: cargo test
build:
name: Release ${{ matrix.platform.project }} - ${{ matrix.platform.release_for }}
name: Build ${{ matrix.platform.project }} - ${{ matrix.platform.release_for }}
if: github.event.pull_request.draft == false
strategy:
matrix:
Expand Down Expand Up @@ -93,13 +93,15 @@ jobs:
needs:
- build
- test
if: startsWith(github.ref, 'refs/tags/v')
# if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
pattern: codebook-lsp*
- name: ls
run: ls
- name: Make release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 82c4867

Please sign in to comment.