Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneWizard08 committed May 31, 2024
1 parent 5f527f2 commit d27e3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ jobs:
- name: Build app
run: |
touch .env
pnpm run build --target ${{ matrix.target }}
pnpm run app:build
pnpm run web:build
cargo build --release --target ${{ matrix.target }}
pnpm run build --target ${{ matrix.target }}
env:
CURSEFORGE_KEY: ${{ secrets.CURSEFORGE_KEY }}
MSA_CLIENT_SECRET: ${{ secrets.MSA_CLIENT_SECRET }}
Expand Down

0 comments on commit d27e3cb

Please sign in to comment.