Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
solaoi committed Jul 21, 2022
1 parent 65554a7 commit 800d8a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
build-artifact:
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.os.name }}
strategy:
matrix:
os:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion broly.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.2.0"
version = "0.2.1"
author = "solaoi"
description = "HighPerformance Stub Server"
license = "MIT"
Expand Down

0 comments on commit 800d8a9

Please sign in to comment.