Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sammcj committed Jul 22, 2024
1 parent 403edda commit dc61de4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Setup pnpm cache
with:
path: ${{ env.STORE_PATH }}
Expand All @@ -48,7 +48,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: llm-parameter-playground
path: dist/mac, dist/linux
path: dist/*

release:
needs: build
Expand Down

0 comments on commit dc61de4

Please sign in to comment.