From b47863f29f7d202a40174aa5ddb3257d494a45ec Mon Sep 17 00:00:00 2001 From: ImoutoChan Date: Sat, 30 Sep 2023 23:36:30 +0400 Subject: [PATCH] Clean up release.yml --- .github/workflows/release.yml | 39 +---------------------------------- 1 file changed, 1 insertion(+), 38 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c104a1c..a662865e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,19 +1,3 @@ -# ------------------------------------------------------------------------------ -# -# -# 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 -# -# -# ------------------------------------------------------------------------------ - name: release on: @@ -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-.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 }}