From 800d8a93399153e326bc6ef469996bc1da9299d4 Mon Sep 17 00:00:00 2001 From: Kodai Aoyama Date: Fri, 22 Jul 2022 00:56:02 +0900 Subject: [PATCH] fix pipeline --- .github/workflows/release.yml | 4 ++-- README.md | 2 +- broly.nimble | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78e298c..8821e35 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ env: jobs: build-artifact: - runs-on: ${{ matrix.os }} + runs-on: ${{ matrix.os.name }} strategy: matrix: os: @@ -35,7 +35,7 @@ jobs: shell: bash - uses: actions/upload-artifact@v2 with: - name: artifact-${{ matrix.os }} + name: artifact-${{ matrix.os.name }} path: | *.tar.gz diff --git a/README.md b/README.md index 5c7ddfe..a798e33 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ brew upgrade broly ```sh # Install with wget or curl ## set the latest version on releases. -VERSION=v0.2.0 +VERSION=v0.2.1 ## set the OS you use. (linux or macos) OS=linux ## case you use wget diff --git a/broly.nimble b/broly.nimble index ec02033..44c9a07 100644 --- a/broly.nimble +++ b/broly.nimble @@ -1,6 +1,6 @@ # Package -version = "0.2.0" +version = "0.2.1" author = "solaoi" description = "HighPerformance Stub Server" license = "MIT"