Skip to content

Commit

Permalink
fix: fix release path issues
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jan 12, 2024
1 parent 3871f2a commit f18f664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Upload Release Asset
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload ${{ github.event.release.tag_name }} ./build/plugin/distributions/*
run: gh release upload ${{ github.event.release.tag_name }} ./plugin/build/distributions/*

# Create a pull request
- name: Create Pull Request
Expand Down

0 comments on commit f18f664

Please sign in to comment.