Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saharNooby committed Dec 9, 2023
1 parent 08d47cc commit 303246e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -257,13 +257,13 @@ jobs:
run: |
$filePath = ".\build\bin\Release\rwkv.dll"
if (Test-Path $filePath) {
echo "exit at path: $filePath"
echo "Exists at path $filePath"
} elseif (Test-Path ".\build\bin\rwkv.dll") {
$filePath = ".\build\bin\rwkv.dll"
echo "exists at path: $filePath"
echo "Exists at path $filePath"
} else {
ls .\build\bin
throw "can't find rwkv.dll"
throw "Can't find rwkv.dll"
}
7z a rwkv-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-win-${{ matrix.build }}-x64.zip $filePath
Expand Down

0 comments on commit 303246e

Please sign in to comment.