swap and remove '

This commit is contained in:
ok-nick 2022-07-17 23:41:58 -04:00
parent 333be3b665
commit 98e4665da4

View file

@ -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