Skip to content

Commit cf6d167

Browse files
committed
update release
1 parent 791a70b commit cf6d167

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/getbadge.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,14 @@ jobs:
3333
ls -haltr
3434
python generate_badge.py
3535
ls -haltr
36-
36+
37+
- name: Upload package to external repo release
38+
uses: svenstaro/upload-release-action@v2
39+
with:
40+
repo_name: AICAN-Research/FAST-Pathology-dependencies
41+
repo_token: ${{ secrets.FAST_PATHOLOGY_PUSH_TOKEN }}
42+
file: ${{github.workspace}}/assets/test.svg
43+
asset_name: test.svg
44+
file_glob: true
45+
tag: SVG-badge
46+
overwrite: true

0 commit comments

Comments
 (0)