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 b0f638e commit 8163eb0Copy full SHA for 8163eb0
.github/workflows/publish.yml
@@ -64,4 +64,7 @@ jobs:
64
uses: softprops/action-gh-release@v1
65
if: startsWith(github.ref, 'refs/tags/')
66
with:
67
- files: "*.vsix"
+ files: |
68
+ "*.vsix"
69
+ "mcfunction.tmLanguage.yaml"
70
+ "mcfunction.tmLanguage.json"
0 commit comments