mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +00:00
swap and remove '
This commit is contained in:
parent
333be3b665
commit
98e4665da4
1 changed files with 7 additions and 7 deletions
14
action.yml
14
action.yml
|
@ -1,6 +1,6 @@
|
||||||
name: 'setup-aftman'
|
name: setup-aftman
|
||||||
description: 'Github action to install aftman'
|
description: Github action to install aftman
|
||||||
author: 'ok-nick'
|
author: ok-nick
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
version:
|
version:
|
||||||
|
@ -28,14 +28,14 @@ runs:
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
run: gh release download ${{ inputs.version }} --repo LPGhatguy/aftman --pattern *linux-x86_64.zip
|
run: gh release download ${{ inputs.version }} --repo LPGhatguy/aftman --pattern *linux-x86_64.zip
|
||||||
|
|
||||||
- name: Download aftman
|
|
||||||
if: runner.os == 'Windows'
|
|
||||||
run: gh release download ${{ inputs.version }} --repo LPGhatguy/aftman --pattern *windows-x86_64.zip
|
|
||||||
|
|
||||||
- name: Download aftman
|
- name: Download aftman
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: gh release download ${{ inputs.version }} --repo LPGhatguy/aftman --pattern *macos-x86_64.zip
|
run: gh release download ${{ inputs.version }} --repo LPGhatguy/aftman --pattern *macos-x86_64.zip
|
||||||
|
|
||||||
|
- name: Download aftman
|
||||||
|
if: runner.os == 'Windows'
|
||||||
|
run: gh release download ${{ inputs.version }} --repo LPGhatguy/aftman --pattern *windows-x86_64.zip
|
||||||
|
|
||||||
- name: Install aftman
|
- name: Install aftman
|
||||||
run: |
|
run: |
|
||||||
unzip aftman*.zip
|
unzip aftman*.zip
|
||||||
|
|
Loading…
Reference in a new issue