Skip to content

Commit

Permalink
Update CI in order to upload MiWi bitstream to Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Unike267 committed Nov 19, 2024
1 parent 5490670 commit 6c86c41
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/Pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
push:
pull_request:
workflow_dispatch:
release:
types:
- published

permissions:
contents: write

jobs:

Expand Down Expand Up @@ -73,3 +79,10 @@ jobs:
name: MiWi
path: ./top_MiWi.bin

- name: '📤 Upload Release Assets'
run: gh release upload --repo Unike267/Ejercicios-Cosimulacion --clobber $TAG $FILES
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG: MiWi
FILES: ./top_MiWi.bin

0 comments on commit 6c86c41

Please sign in to comment.