Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #37 from dabumana/developer
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
dabumana committed Jul 19, 2023
2 parents 97ec492 + cab3466 commit 1682e8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: ${{'ubuntu-latest' || 'macos-latest' || 'windows-latest' }}
runs-on: ${{ 'ubuntu-latest' || 'windows-latest' }}
steps:
- name: Set up Go
uses: actions/setup-go@v3
Expand All @@ -29,4 +29,4 @@ jobs:
run: sudo apt-get install libcurl4-openssl-dev

- name: Build
run: make build APP=caos VERSION=v0.0.0
run: make build APP=caos

0 comments on commit 1682e8c

Please sign in to comment.