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

Commit

Permalink
god i hope i never touch actions ever again
Browse files Browse the repository at this point in the history
this shit stinks like smelly fresh off the boat reddit kid entering 4chan
  • Loading branch information
Volas171 authored Aug 3, 2021
1 parent ee92672 commit d5a11f8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
#write it by yourself, not worth automating it
tag_name: "Snapshot"
release_name: "doctor sexo"
body: "chaos"
draft: false
tag_name: "Snapshot"
release_name: "doctor sexo"
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
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 d5a11f8

Please sign in to comment.