Skip to content

Commit 3c65e3e

Browse files
committed
Update build.yml
1 parent dc05a60 commit 3c65e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: mxschmitt/action-tmate@v3
1514
- uses: pnpm/action-setup@v4
1615
with:
1716
version: latest
@@ -30,6 +29,7 @@ jobs:
3029
gh release download --repo laurentlb/shader-minifier --pattern shader_minifier.exe
3130
chmod +x shader_minifier.exe
3231
mv shader_minifier.exe /usr/local/bin/shader_minifier
32+
- uses: mxschmitt/action-tmate@v3
3333
- name: Build
3434
run: pnpm run build
3535
- name: Deploy

0 commit comments

Comments
 (0)