Skip to content

Commit

Permalink
fix: try to fix tagged release build
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed Aug 15, 2024
1 parent 0d5b2c2 commit 4bf73ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
if: github.ref_type == 'tag'
with:
name: "${{ github.ref_name }} — ${{ env.DATE }}"
files:
- easy.pdf
- bigbook.pdf
files: |
easy.pdf
bigbook.pdf

0 comments on commit 4bf73ae

Please sign in to comment.