mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-21 04:53:47 +08:00
mf its a dataaset. i knew that
This commit is contained in:
@@ -143,7 +143,7 @@ jobs:
|
||||
|
||||
- name: Validate recompiled dir and JSON version
|
||||
env:
|
||||
HF_OIDC_RESOURCE: ${{ inputs.hf_repo }}
|
||||
HF_OIDC_RESOURCE: datasets/${{ inputs.hf_repo }}
|
||||
run: |
|
||||
if [ ! -f "$JSON_FILE" ]; then
|
||||
echo "JSON file $JSON_FILE does not exist!"
|
||||
@@ -192,7 +192,7 @@ jobs:
|
||||
|
||||
- name: Upload to Hugging Face
|
||||
env:
|
||||
HF_OIDC_RESOURCE: ${{ inputs.hf_repo }}
|
||||
HF_OIDC_RESOURCE: datasets/${{ inputs.hf_repo }}
|
||||
ARTIFACT_NAME: ${{ steps.read-artifact-name.outputs.artifact_name }}
|
||||
run: |
|
||||
huggingface-cli upload $HF_OIDC_RESOURCE \
|
||||
|
||||
Reference in New Issue
Block a user