Skip to content

Commit

Permalink
remove ubuntu workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
solaoi committed Jul 15, 2023
1 parent 9ad0e3c commit 1128ae4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
strategy:
matrix:
os:
- name: ubuntu-latest
platform: linux
cpu: amd64
- name: macOS-latest
platform: darwin
cpu: amd64
Expand All @@ -45,9 +42,6 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-latest
asset_name_suffix: linux_amd64.tar.gz
asset_content_type: application/gzip
- os: macOS-latest
asset_name_suffix: darwin_amd64.tar.gz
asset_content_type: application/gzip
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ brew upgrade voicepeaky
```sh
# Install with wget or curl
## set the latest version on releases.
VERSION=v1.0.1
VERSION=v1.0.2
## set the OS you use. (macos)
OS=linux
## case you use wget
Expand Down
2 changes: 1 addition & 1 deletion voicepeaky.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "1.0.1"
version = "1.0.2"
author = "solaoi"
description = "Voicepeak Server"
license = "MIT"
Expand Down

0 comments on commit 1128ae4

Please sign in to comment.