Skip to content

Commit

Permalink
add release asset
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Oct 18, 2023
1 parent ea218a7 commit c6fcedd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
with:
name: dooit-windows
path: ./dist/dooit.exe
- name: Release
uses: softprops/action-gh-release@v1
with:
name: win-dooit.exe
files: ./dist/dooit.exe

linux-build:
runs-on: ubuntu-latest
Expand All @@ -58,6 +63,11 @@ jobs:
with:
name: dooit-linux
path: ./dist/dooit
- name: Release
uses: softprops/action-gh-release@v1
with:
name: linux-dooit
files: ./dist/dooit

macOS-build:
runs-on: macOS-latest
Expand All @@ -81,3 +91,8 @@ jobs:
with:
name: dooit-macos
path: ./dist/dooit
- name: Release
uses: softprops/action-gh-release@v1
with:
name: mac-dooit
files: ./dist/dooit

0 comments on commit c6fcedd

Please sign in to comment.