We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3871f2a commit f18f664Copy full SHA for f18f664
.github/workflows/release.yml
@@ -79,7 +79,7 @@ jobs:
79
- name: Upload Release Asset
80
env:
81
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
82
- run: gh release upload ${{ github.event.release.tag_name }} ./build/plugin/distributions/*
+ run: gh release upload ${{ github.event.release.tag_name }} ./plugin/build/distributions/*
83
84
# Create a pull request
85
- name: Create Pull Request
0 commit comments