Skip to content

Commit

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

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

0 comments on commit 18b167c

Please sign in to comment.