Skip to content

Commit

Permalink
Fix upload dir in build_backend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf authored Aug 30, 2024
1 parent 0f5baab commit 344b5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: api.tar
path: scripts/api.tar
path: web_build/api.tar
if-no-files-found: error


0 comments on commit 344b5bc

Please sign in to comment.