Skip to content

Commit

Permalink
Fix release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Jul 6, 2024
1 parent da137ae commit 6a13be0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
TARGET: wasm32-unknown-unknown
PROFILE: wasm-release
PLATFORM: web
OUT_DIR: build/${{ env.PLATFORM }}
OUT_DIR: build/web
VERSION: ${{ needs.get-version.outputs.version }}

steps:
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
TARGET: x86_64-unknown-linux-gnu
PROFILE: release
PLATFORM: linux
OUT_DIR: build/${{ env.PLATFORM }}
OUT_DIR: build/linux
VERSION: ${{ needs.get-version.outputs.version }}

steps:
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
TARGET: x86_64-pc-windows-msvc
PROFILE: release
PLATFORM: windows
OUT_DIR: build/${{ env.PLATFORM }}
OUT_DIR: build/windows
VERSION: ${{ needs.get-version.outputs.version }}

steps:
Expand Down

0 comments on commit 6a13be0

Please sign in to comment.