Skip to content

Commit

Permalink
Fix relase by removing artifacts download. It is not needed for the r…
Browse files Browse the repository at this point in the history
…elease
  • Loading branch information
adinriv committed Oct 11, 2023
1 parent 5b3a336 commit ae006a4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Download main pdf
uses: actions/download-artifact@v3
with:
name: artifacts
- name: Release
- name: Release code
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
Expand Down

0 comments on commit ae006a4

Please sign in to comment.