Skip to content

Commit

Permalink
test update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seifer8ff committed Feb 13, 2024
1 parent 4acb99f commit a3e5697
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# 👇 Store the dist folder
- uses: actions/upload-artifact@v3
with:
name: app-build
name: webgl
path: dist
deploy:
needs: [build]
Expand All @@ -35,7 +35,6 @@ jobs:
fail-fast: true
matrix:
channel:
- windows
- webgl
entry:
- app.js
Expand Down

0 comments on commit a3e5697

Please sign in to comment.