Skip to content

Commit e1f274a

Browse files
authored
fix artifact upload
1 parent 0b739e1 commit e1f274a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,6 @@ jobs:
166166
- run: ./gradlew buildPlugin && ls ./build/distributions
167167
- uses: actions/upload-artifact@v4
168168
with:
169-
name: WslSymlinks.zip
170-
path: ./build/distributions/WslSymlinks*.zip
169+
name: intellij-wsl-symlinks.zip
170+
path: ./build/distributions/intellij-wsl-symlinks-*.zip
171171

0 commit comments

Comments
 (0)