Skip to content

Commit

Permalink
Clean up release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ImoutoChan committed Sep 30, 2023
1 parent f1ffcde commit b47863f
Showing 1 changed file with 1 addition and 38 deletions.
39 changes: 1 addition & 38 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
# ------------------------------------------------------------------------------
# <auto-generated>
#
# This code was generated.
#
# - To turn off auto-generation set:
#
# [CustomBuildCmdPathGitHubActions (AutoGenerate = false)]
#
# - To trigger manual generation invoke:
#
# nuke --generate-configuration GitHubActions_release --host GitHubActions
#
# </auto-generated>
# ------------------------------------------------------------------------------

name: release

on:
Expand Down Expand Up @@ -58,30 +42,9 @@ jobs:
- name: Pack 7ZSfx installer
run: .\Tools\NukeBuild\build.cmd Test Pack7ZSfx

# - name: Create github release
# uses: actions/create-release@v1
# id: create_release
# with:
# draft: false
# prerelease: false
# release_name: ${{ steps.gitversion.outputs.majorMinorPatch }}
# tag_name: ${{ github.ref }}
# body: ImoutoRebirth.exe is self extracting 7z archive. Read installation instructions in README.md
# env:
# GITHUB_TOKEN: ${{ secrets.RELEASES_TOKEN }}

# - name: Upload 7ZSfx installer to github release
# uses: actions/upload-release-asset@v1
# env:
# GITHUB_TOKEN: ${{ secrets.RELEASES_TOKEN }}
# with:
# upload_url: ${{ steps.create_release.outputs.upload_url }}
# asset_path: ./Artifacts/ImoutoRebirth-*.*
# asset_content_type: application/octet-stream

- name: Upload 7ZSfx installer to github release
uses: softprops/action-gh-release@v1
with:
files: ./Artifacts/ImoutoRebirth-*.*
body: ImoutoRebirth-<version>.exe is self extracting 7z archive. You can use it or download 7z archive itself. Read installation instructions in README.md
body: ImoutoRebirth-*.exe is a self-extracting 7z archive. You can use it directly, or download the 7z archive itself. Please read the installation instructions in the [README](https://github.com/ImoutoChan/ImoutoRebirth#installation) for more information.
name: ImoutoRebirth ${{ steps.gitversion.outputs.majorMinorPatch }}

0 comments on commit b47863f

Please sign in to comment.