Skip to content

Commit

Permalink
maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRTTV committed Feb 14, 2024
1 parent ab8e7e4 commit 67f6e6a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/wasm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Wrangler
run: |
node -v
npx --yes wrangler@3
npx --yes wrangler@3.28.2
- name: Install Rustup using win.rustup.rs
run: |
Expand Down Expand Up @@ -54,5 +54,6 @@ jobs:
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
projectName: 'nbtworkbench'
directory: './web'
wranglerVersion: 3
directory: .
workingDirectory: './web'
wranglerVersion: 3.28.2

0 comments on commit 67f6e6a

Please sign in to comment.