Skip to content

Commit

Permalink
💚 fix bug in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Ludwig committed Jul 15, 2021
1 parent a1ada34 commit 72a768f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
with:
name: ${{ github.event.repository.name }}.pdf
path: |
build/main.pdf
build/particles.pdf
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
apk add make
make
- name: Rename output
run: cp build/main.pdf ${{ github.event.repository.name }}.pdf
run: cp build/particles.pdf sm-particles.pdf
- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
LICENSE
${{ github.event.repository.name }}.pdf
sm-particles.pdf

0 comments on commit 72a768f

Please sign in to comment.