Skip to content

Commit

Permalink
put model copy back
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jul 9, 2024
1 parent eb45138 commit 550c9c0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,13 +244,13 @@ runs:
# save-always: true

# Keep in mind the self runner must be setup with a model in C:\actions-runner\
# - name: '[Win] Download models'
# if: ${{ inputs.os == 'windows' }}
# run: |
# cd $Env:GITHUB_ACTION_PATH
# ls "$Env:GITHUB_WORKSPACE"
# cp "C:\actions-runner\v1-5-pruned-emaonly.ckpt" "$Env:GITHUB_WORKSPACE/models/checkpoints"
# shell: powershell
- name: '[Win] Download models'
if: ${{ inputs.os == 'windows' }}
run: |
cd $Env:GITHUB_ACTION_PATH
ls "$Env:GITHUB_WORKSPACE"
cp "C:\actions-runner\v1-5-pruned-emaonly.ckpt" "$Env:GITHUB_WORKSPACE/models/checkpoints"
shell: powershell

# - name: '[Windows] Download models'
# if: ${{ inputs.os == 'windows' }}
Expand Down

0 comments on commit 550c9c0

Please sign in to comment.