Skip to content

Commit

Permalink
Try to resolve unmatched glob error.
Browse files Browse the repository at this point in the history
  • Loading branch information
cosinekitty committed Jan 13, 2025
1 parent 331728a commit 47f1c76
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: |
_artifacts/**/*.vcvplugin
_artifacts/**/checksums.txt
file: _artifacts/**/*
tag: Development
file_glob: true

0 comments on commit 47f1c76

Please sign in to comment.