Skip to content

Commit

Permalink
fix path of binarycache on temporary upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
mangini committed Aug 2, 2024
1 parent 28c82b9 commit 24c0a17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bcny-firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ jobs:

- uses: actions/upload-artifact@v3
with:
name: buildroot-firebase-windows-${{ matrix.arch }}
path: ${{ github.workspace }}/BuildRoot/Library
name: binarycache-firebase-windows-${{ matrix.arch }}
path: ${{ github.workspace }}/BinaryCache/firebase

- name: Build firebase
run: cmake --build ${{ github.workspace }}/BinaryCache/firebase --config RelWithDebInfo
Expand Down

0 comments on commit 24c0a17

Please sign in to comment.