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

Commit d5a11f8

Browse files
authored
god i hope i never touch actions ever again
this shit stinks like smelly fresh off the boat reddit kid entering 4chan
1 parent ee92672 commit d5a11f8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/gradle.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,20 @@ jobs:
3939
id: create_release
4040
uses: actions/create-release@v1
4141
env:
42-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
with:
4444
#write it by yourself, not worth automating it
45-
tag_name: "Snapshot"
46-
release_name: "doctor sexo"
47-
body: "chaos"
48-
draft: false
45+
tag_name: "Snapshot"
46+
release_name: "doctor sexo"
47+
body: "chaos"
48+
draft: false
4949
#upload to release
5050
- name: Upload Jar
5151
uses: actions/upload-release-asset@v1
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454
with:
55-
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
56-
asset_path: ./build/libs/chaos.jar
57-
asset_name: chaos.jar
58-
asset_content_type: application/zip
55+
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
56+
asset_path: ./build/libs/chaos.jar
57+
asset_name: chaos.jar
58+
asset_content_type: application/zip

0 commit comments

Comments
 (0)