Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Commit

Permalink
Ikiba no nai gusha no merodi
Browse files Browse the repository at this point in the history
  • Loading branch information
Volas171 authored Aug 3, 2021
1 parent 883b61f commit ee92672
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,12 @@ jobs:
body: "chaos"
draft: false
#upload to release
- name: Upload Jar
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./build/libs/chaos.jar
asset_name: chaos.jar
asset_content_type: application/zip

0 comments on commit ee92672

Please sign in to comment.