mirror of
https://github.com/Mas0nShi/typoraCracker.git
synced 2023-07-10 13:41:20 +08:00
Update manual.yml
This commit is contained in:
12
.github/workflows/manual.yml
vendored
12
.github/workflows/manual.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user