Skip to content

Commit f18f664

Browse files
committed
fix: fix release path issues
1 parent 3871f2a commit f18f664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Upload Release Asset
8080
env:
8181
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
82-
run: gh release upload ${{ github.event.release.tag_name }} ./build/plugin/distributions/*
82+
run: gh release upload ${{ github.event.release.tag_name }} ./plugin/build/distributions/*
8383

8484
# Create a pull request
8585
- name: Create Pull Request

0 commit comments

Comments
 (0)