Skip to content

Commit 12e634c

Browse files
author
webdev778
committed
bug fix
1 parent fc9c4f3 commit 12e634c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/assets.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ jobs:
2929
uses: thedoctor0/zip-release@master
3030
with:
3131
filename: 'vis_json.zip'
32-
path: ./*.json
33-
directory: ./ruby/vis_json/
32+
path: ./vis_json/*.json
33+
directory: ./ruby/
3434
exclusions: '*.git*'
3535
type: zip
3636
- name: Upload artifacts
3737
id: upload_vis_json
3838
uses: svenstaro/upload-release-action@2.2.1
3939
with:
4040
repo_token: ${{ secrets.GITHUB_TOKEN }}
41-
file: ruby/vis_json/*.json
41+
file: ruby/vis_json.zip
4242
file_glob: true
4343
tag: v2.1.0b5
4444
overwrite: true

0 commit comments

Comments
 (0)