Skip to content

Commit 5df6467

Browse files
committed
Download into shortfin/version_info.json.
1 parent 04f68d6 commit 5df6467

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build_packages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
6969
with:
7070
name: version_info.json
71-
path: version_info.json
71+
path: shortfin/version_info.json
7272

7373
- name: Build shortfin (Linux x86_64, ${{ matrix.python-version }})
7474
if: "matrix.package == 'shortfin' && matrix.build-family == 'linux-x86_64'"

shortfin/.gitigore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Local-only config options
2+
version_info.json

0 commit comments

Comments
 (0)