Skip to content

Commit 36ec3f0

Browse files
committed
Update file_glob -> file
1 parent d2816ec commit 36ec3f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-dependencies.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
uses: svenstaro/upload-release-action@v2
4242
with:
4343
repo_token: ${{ secrets.GITHUB_TOKEN }}
44-
file_glob: ${HOME}/opt/**/*
44+
file: ${HOME}/opt/**/*
45+
file_glob: true
4546
tag: 1.0
4647
overwrite: true
4748
body: "Wasm library dependencies"

0 commit comments

Comments
 (0)