Skip to content

Commit

Permalink
gh build updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Snider committed Mar 5, 2022
1 parent 96a3c5c commit df728c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,6 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/heads/main')
with:
tag_name: main
prerelease: true
files: linux-lethean-desktop.tar
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/heads/main')
with:
tag_name: main
prerelease: true
files: macos-lethean-desktop.tar

1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,6 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/heads/main')
with:
tag_name: main
prerelease: true
files: windows-lethean-desktop.zip

0 comments on commit df728c1

Please sign in to comment.