Skip to content

Commit d1d7e9f

Browse files
committed
github: add the fetch file to the release
1 parent d3d33c8 commit d1d7e9f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,10 @@ jobs:
2424
repo_token: ${{ secrets.GITHUB_TOKEN }}
2525
file: build/ic_macros.zip
2626
tag: ${{ github.ref }}
27+
28+
- name: Add fetch to release
29+
uses: svenstaro/upload-release-action@v2
30+
with:
31+
repo_token: ${{ secrets.GITHUB_TOKEN }}
32+
file: fetch_ic_macros.cmake
33+
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)