Skip to content

Commit

Permalink
That should create a release build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraust committed Feb 24, 2024
1 parent 5adb001 commit 7989c9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push

jobs:
build_binary:
# if: startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -23,7 +23,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: build_binary
path: dist/*
path: dist/OSCR*

release:
if: startsWith(github.ref, 'refs/tags/v')
Expand All @@ -42,4 +42,4 @@ jobs:
- name: Create release
uses: ncipollo/release-action@v1
with:
artifacts: dist/*
artifacts: dist/OSCR*

0 comments on commit 7989c9b

Please sign in to comment.