Skip to content

Commit

Permalink
fix: image generator option (#2858)
Browse files Browse the repository at this point in the history
fix image generator option
  • Loading branch information
mathnogueira authored Jul 6, 2023
1 parent bc05cd2 commit 89742fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
cd server
mkdir -p ../dist/
/tmp/go-arch/go-arch ../dist/architecture.png
/tmp/go-arch/go-arch -o ../dist/architecture.png
- name: Upload assets
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
cd server
mkdir -p ../dist/
/tmp/go-arch/go-arch ../dist/architecture.png
/tmp/go-arch/go-arch -o ../dist/architecture.png
- name: Upload assets
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 89742fb

Please sign in to comment.