Skip to content

Commit

Permalink
fix deploy main
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Oct 25, 2023
1 parent f017957 commit 440c721
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-main.yml
Expand Up @@ -181,10 +181,10 @@ jobs:
with:
name: tracetest-web
path: web/build/
- uses: actions/download-artifact@v3
with:
name: architecture-graph
path: dist/architecture.png
# - uses: actions/download-artifact@v3
# with:
# name: architecture-graph
# path: dist/architecture.png

- uses: goreleaser/goreleaser-action@v4
if: steps.cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 440c721

Please sign in to comment.