Skip to content

Commit 2686665

Browse files
committed
fix file path
1 parent d1dff51 commit 2686665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-json-schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
uses: 'google-github-actions/upload-cloud-storage@v3'
4242
with:
4343
project_id: ai2-skiff-2
44-
path: '${{ github.workspace }}/skiff2-config.schema.json'
44+
path: '${{ github.workspace }}/shared-actions/skiff2-config.schema.json'
4545
parent: false
4646
destination: 'skiff2-general'

0 commit comments

Comments
 (0)