Skip to content

Commit

Permalink
Fixed output artifact file name on build workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Nov 8, 2024
1 parent 2a7770a commit 0931813
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/qlbase_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:
- name: Upload QLBase build
uses: actions/upload-artifact@v4
with:
path: qlbase.zip
name: qlbase
path: qlbase.zip

0 comments on commit 0931813

Please sign in to comment.