Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
fixed file name
Browse files Browse the repository at this point in the history
  • Loading branch information
toshiki-otaka committed Jun 3, 2024
1 parent d64e396 commit 1aba360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
- name: Upload .so file
uses: actions/upload-artifact@v2
with:
name: plugin.so
path: build/plugin.so
name: custom_linters.so
path: build/custom_linters.so

0 comments on commit 1aba360

Please sign in to comment.