Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
David Konsumer committed Nov 7, 2022
1 parent 34a15d1 commit 75d7dee
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,14 @@ jobs:
releaseBody: 'This is an automated release. Use them to run deckagog on your platform.'
releaseDraft: true
prerelease: false
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Automatedd Release"
files: |
src-tauri/target/release/bundle/macos/deckagog.app.tar.gz
src-tauri/target/release/bundle/deb/deckagog_0.0.0_amd64.deb
src-tauri/target/release/bundle/appimage/deckagog_0.0.0_amd64.AppImage
src-tauri/target/release/bundle/msi/deckagog_0.0.0_x64_en-US.msi

0 comments on commit 75d7dee

Please sign in to comment.