Skip to content

Commit

Permalink
fix: fetch_ic_cmake.cmake -> fetch_ic.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
JPHutchins committed Oct 11, 2023
1 parent 954acf1 commit 8ff5b42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
file: build/ic_cmake.zip
tag: ${{ github.ref }}

- name: Add fetch_ic_cmake.cmake to release
- name: Add fetch_ic.cmake to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: fetch_ic_cmake.cmake
file: fetch_ic.cmake
tag: ${{ github.ref }}

0 comments on commit 8ff5b42

Please sign in to comment.