From 7d73c0825710212fe879d3ec260f6454e4a748b2 Mon Sep 17 00:00:00 2001 From: Mason Shi <60805843+Mas0nShi@users.noreply.github.com> Date: Mon, 4 Apr 2022 12:42:14 +0800 Subject: [PATCH] Update manual.yml --- .github/workflows/manual.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 5282939..1e57850 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -62,16 +62,16 @@ jobs: if: needs.check_version.outputs.RELEASE_VERSION != needs.check_version.outputs.LATEST_VERSION steps: - - uses: marvinpinto/action-automatic-releases@v1.2.1 + - uses: actions/create-release@v1 id: createRelease name: Create Runner Release env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: - repo_token: ${{ secrets.GITHUB_TOKEN }} - automatic_release_tag: "${{ needs.check_version.outputs.LATEST_VERSION }}" - title: "${{ needs.check_version.outputs.LATEST_VERSION }}" + tag_name: ${{ needs.check_version.outputs.LATEST_VERSION }} + release_name: ${{ needs.check_version.outputs.LATEST_VERSION }} prerelease: false + patch_file: needs: [check_version, create_release] @@ -88,7 +88,7 @@ jobs: sudo apt-get update && DEBIAN_FRONTEND=noninteractive sudo apt-get install innoextract cmake build-essential tree ninja-build gcc-multilib g++-multilib lib32stdc++-9-dev flex bison xz-utils ruby ruby-dev python3-requests python3-setuptools python3-dev python3-pip libc6-dev libc6-dev-i386 -y python3 -m pip install r2pipe loguru - - name: build radare2 and innoextract + - name: build radare2 shell: bash run: | git clone https://github.com/radareorg/radare2