Skip to content

Commit

Permalink
Merge pull request #32 from intergral/Umaaz-patch-3
Browse files Browse the repository at this point in the history
Update on_release.yml
  • Loading branch information
Umaaz committed Sep 6, 2023
2 parents 6e939ea + 15e7cf4 commit 759bda0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,11 @@ jobs:
- name: Zip Site
run: tar -czf site.tar.gz target/staging

- name: Upload artifact
uses: actions/upload-artifact@v3
- uses: actions/upload-release-asset@v1.0.2
env:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.get_release.outputs.upload_url }}
asset_content_type: application/octet-stream
name: Maven Site
path: site.tar.gz
asset_path: site.tar.gz

0 comments on commit 759bda0

Please sign in to comment.