diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index a69aa15..193eee0 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -14,14 +14,13 @@ jobs: runs-on: windows-latest steps: - name: install and update (no custom) - run: | - powershell -ExecutionPolicy ByPass -c "irm https://github.com/axodotdev/axolotlsay/releases/download/v0.3.0/axolotlsay-installer.ps1 | iex" - refreshenv - axolotlsay -V + run: powershell -ExecutionPolicy ByPass -c "irm https://github.com/axodotdev/axolotlsay/releases/download/v0.3.0/axolotlsay-installer.ps1 | iex" + - name: run it + run: axolotlsay -Version linux-check: runs-on: ubuntu-latest steps: - name: install and update (no custom) - run: | - curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/axolotlsay/releases/download/v0.3.3/axolotlsay-installer.sh | sh - axolotlsay -V + run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/axolotlsay/releases/download/v0.3.3/axolotlsay-installer.sh | sh + - name: run it + run: axolotlsay -V