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

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
alehandru committed Sep 11, 2023
1 parent 2a42f6b commit d6dabed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
with:
name: build_${{ matrix.arch }}_${{ matrix.configuration }}
path: |
${{ github.workspace }}\build_windows_${{ matrix.arch }}\**\*.lib
${{ github.workspace }}\build_windows_${{ matrix.arch }}\
archive:
needs: build
Expand Down Expand Up @@ -144,8 +144,9 @@ jobs:
shell: pwsh
working-directory: ${{ github.workspace }}
run: |
ls -R ${{ github.workspace }}/artifacts
$version = "${{ github.sha }}".Substring(0,7)
.\create-grpc-archive.ps1 -Source "${{ github.workspace }}\\artifacts" -Destination "${{ github.workspace }}" -Version $version
.\create-grpc-archive.ps1 -Source "${{ github.workspace }}artifacts" -Destination "${{ github.workspace }}" -Version $version
- name: Upload artifacts for gRPC
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d6dabed

Please sign in to comment.