Skip to content

Commit

Permalink
feat: upload artefacts and push release
Browse files Browse the repository at this point in the history
  • Loading branch information
matteomiceli committed Jun 23, 2024
1 parent 31dd7c6 commit e1b7e5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

# Build runik
- name: Build Runik
run: wails build --platform ${{ matrix.build.platform }} -o ${{ matrix.build.name }}
run: wails build --platform ${{ matrix.build.platform }} -o ${{ matrix.build.name }}_${{ runner.os }}

# Assign perms
- name: Macos perms
Expand All @@ -75,7 +75,7 @@ jobs:
with:
name: ${{ matrix.build.name }}_${{ matrix.build.os }}
path: |
*/bin/
*/bin/*
*\bin\*
- name: Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit e1b7e5f

Please sign in to comment.