Skip to content

Commit

Permalink
Fix filename error in build_backend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf authored Sep 1, 2024
1 parent 344b5bc commit 5871835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
- name: Upload API directory
uses: actions/upload-artifact@v4
with:
name: api.tar
path: web_build/api.tar
name: api.tar.gz
path: web_build/api.tar.gz
if-no-files-found: error


0 comments on commit 5871835

Please sign in to comment.