mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 04:30:37 +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'
|
||||
description: 'Github action to install aftman'
|
||||
author: 'ok-nick'
|
||||
name: setup-aftman
|
||||
description: Github action to install aftman
|
||||
author: ok-nick
|
||||
|
||||
inputs:
|
||||
version:
|
||||
|
@ -28,14 +28,14 @@ runs:
|
|||
if: runner.os == 'Linux'
|
||||
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
|
||||
if: runner.os == 'macOS'
|
||||
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
|
||||
run: |
|
||||
unzip aftman*.zip
|
||||
|
|
Loading…
Reference in a new issue