Skip to content

Commit

Permalink
chore: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Adis Durakovic committed Mar 16, 2024
1 parent c2df9c5 commit cb23ea6
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,14 @@ jobs:
with:
build-name: ${{ matrix.build.name }}
build-platform: ${{ matrix.build.platform }}
package: false
package: true
go-version: '1.21'
- uses: actions/upload-artifact@v3
with:
name: Wails Build
path: |
*/bin/
*\bin\*

release:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/download-artifact@master
with:
path: |
*/bin/
*\bin\*
- uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
files: |
*/bin/*

0 comments on commit cb23ea6

Please sign in to comment.