Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
alehandru committed Sep 12, 2023
1 parent 331fddd commit 29eec1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ jobs:
mkdir -p ${{ github.workspace }}\build_windows_${{ matrix.arch }}\${{ matrix.Configuration }}\
echo 'TEST' > ${{ github.workspace }}\build_windows_${{ matrix.arch }}\${{ matrix.configuration }}\test_${{ matrix.arch }}_${{ matrix.configuration }}_2.lib
mkdir -p ${{ github.workspace }}\build_windows_${{ matrix.arch }}\third_party\
mkdir -p ${{ github.workspace }}\build_windows_${{ matrix.arch }}\third_party\${{ matrix.Configuration }}\
echo 'TEST' > ${{ github.workspace }}\build_windows_${{ matrix.arch }}\third_party\${{ matrix.configuration }}\test_${{ matrix.arch }}_${{ matrix.configuration }}_3.lib
Expand Down Expand Up @@ -164,7 +163,6 @@ jobs:
run: |
$source = "${{ github.workspace }}\temp"
$destination = "${{ github.workspace }}"
ls -R $source
$version = "${{ github.sha }}".Substring(0,7)
.\create-grpc-archive.ps1 -Source $source -Destination $destination -Version $version
Expand Down

0 comments on commit 29eec1f

Please sign in to comment.