Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skadakar authored Aug 17, 2024
1 parent 0a394d9 commit fe28913
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,12 @@ jobs:
output_dir: pdfs
build_html: false

- name: Upload artifacts
- uses: actions/upload-artifact@v3
with:
name: pdfs
path: pdfs


- name: Create release
- uses: Roang-zero1/github-create-release-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload release artifacts

- uses: Roang-zero1/github-upload-release-artifacts-action@v2
with:
args: "dist/bin/ dist/shell/compiled.sh"
Expand Down

0 comments on commit fe28913

Please sign in to comment.