Skip to content

Commit

Permalink
Update clangd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dianhsu authored Nov 28, 2024
1 parent 76b251f commit fe48e37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clangd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}-${{ matrix.arch }}.zip
name: ${{ matrix.os }}-${{ matrix.arch }}
path: ${{ matrix.os }}-${{ matrix.arch }}.zip

release:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Create release
uses: ncipollo/release-action@main
with:
artifacts: artifacts/*
artifacts: artifacts/*/*.zip
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ env.NOW_TAG }}
generateReleaseNotes: true
Expand Down

0 comments on commit fe48e37

Please sign in to comment.