Skip to content

Commit d2b100d

Browse files
committed
Update file glob
1 parent 646a787 commit d2b100d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-dependencies.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,11 @@ jobs:
3737
emmake make INCLUDES=-I${HOME}/opt/include
3838
make install
3939
40-
find ~/opt -exec echo {} \;
41-
4240
- name: Release dependencies
4341
uses: svenstaro/upload-release-action@v2
4442
with:
4543
repo_token: ${{ secrets.GITHUB_TOKEN }}
46-
file: ~/opt/**/*
44+
file: /home/runner/opt/**/*
4745
file_glob: true
4846
tag: 1.0
4947
overwrite: true

0 commit comments

Comments
 (0)