Skip to content

Commit

Permalink
fix: binary release
Browse files Browse the repository at this point in the history
  • Loading branch information
parnexcodes committed Oct 18, 2024
1 parent 9646735 commit 8c82483
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- uses: actions/checkout@v3
Expand All @@ -32,15 +34,12 @@ jobs:
./build.sh
- name: Create Release
id: create_release
uses: actions/create-release@v1
uses: elgohr/Github-Release-Action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ github.run_number }}
release_name: Release ${{ github.run_number }}
draft: false
prerelease: false
title: Release ${{ github.run_number }}
tag: v${{ github.run_number }}

- name: Upload Linux Release Asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 8c82483

Please sign in to comment.