Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pdrb committed Aug 5, 2023
1 parent 8cef98a commit 25cdfca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:

jobs:
build:
name: Build
runs-on: ubuntu-latest
name: Build and release
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -18,8 +18,6 @@ jobs:
go-version-file: 'go.mod'
- name: Build gurl
run: bash build.sh
- name: Test
run: gunzip gurl-linux-x86_64.gz && ./gurl-linux-x86_64 -h && gzip -f gurl-linux-x86_64
- name: Create release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 25cdfca

Please sign in to comment.