Skip to content

Commit 82c4867

Browse files
committed
Update ci
1 parent 0cb0f22 commit 82c4867

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Run tests
2222
run: cargo test
2323
build:
24-
name: Release ${{ matrix.platform.project }} - ${{ matrix.platform.release_for }}
24+
name: Build ${{ matrix.platform.project }} - ${{ matrix.platform.release_for }}
2525
if: github.event.pull_request.draft == false
2626
strategy:
2727
matrix:
@@ -93,13 +93,15 @@ jobs:
9393
needs:
9494
- build
9595
- test
96-
if: startsWith(github.ref, 'refs/tags/v')
96+
# if: startsWith(github.ref, 'refs/tags/v')
9797
runs-on: ubuntu-latest
9898
steps:
9999
- name: Download artifacts
100100
uses: actions/download-artifact@v4
101101
with:
102102
pattern: codebook-lsp*
103+
- name: ls
104+
run: ls
103105
- name: Make release
104106
uses: softprops/action-gh-release@v2
105107
with:

0 commit comments

Comments
 (0)