Skip to content

Commit 6c86c41

Browse files
committed
Update CI in order to upload MiWi bitstream to Release
1 parent 5490670 commit 6c86c41

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/Pipeline.yml

+13
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ on:
44
push:
55
pull_request:
66
workflow_dispatch:
7+
release:
8+
types:
9+
- published
10+
11+
permissions:
12+
contents: write
713

814
jobs:
915

@@ -73,3 +79,10 @@ jobs:
7379
name: MiWi
7480
path: ./top_MiWi.bin
7581

82+
- name: '📤 Upload Release Assets'
83+
run: gh release upload --repo Unike267/Ejercicios-Cosimulacion --clobber $TAG $FILES
84+
env:
85+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
86+
TAG: MiWi
87+
FILES: ./top_MiWi.bin
88+

0 commit comments

Comments
 (0)