Skip to content

Commit 8163eb0

Browse files
committed
chore: upload artifacts for next time
1 parent b0f638e commit 8163eb0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,7 @@ jobs:
6464
uses: softprops/action-gh-release@v1
6565
if: startsWith(github.ref, 'refs/tags/')
6666
with:
67-
files: "*.vsix"
67+
files: |
68+
"*.vsix"
69+
"mcfunction.tmLanguage.yaml"
70+
"mcfunction.tmLanguage.json"

0 commit comments

Comments
 (0)