Skip to content

Commit

Permalink
fix pipline typo
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Apr 24, 2023
1 parent 4725c59 commit 638d0a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-main.yml
Expand Up @@ -132,15 +132,15 @@ jobs:
- uses: actions/download-artifact@v3
with:
path: dist/linux
key: dist-linux
name: dist-linux
- uses: actions/download-artifact@v3
with:
path: dist/darwin
key: dist-darwin
name: dist-darwin
- uses: actions/download-artifact@v3
with:
path: dist/windows
key: dist-windows
name: dist-windows
- uses: actions/download-artifact@v3
with:
name: tracetest-web
Expand Down

0 comments on commit 638d0a4

Please sign in to comment.