Skip to content

Commit

Permalink
fixing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
krjw-eyev committed Sep 8, 2022
1 parent d252444 commit 606a154
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions-release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:
with:
artifacts: 'build/linux/x64/release/bundle/skyle_ik-windows.zip'
token: ${{ secrets.RELEASES_TOKEN }}
tag: 1.0
commit: main
1 change: 1 addition & 0 deletions .github/workflows/github-actions-release-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ jobs:
with:
artifacts: 'build/macos/Build/Products/Release/skyle_ik.app'
token: ${{ secrets.RELEASES_TOKEN }}
tag: 1.0
commit: main
1 change: 1 addition & 0 deletions .github/workflows/github-actions-release-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:
with:
artifacts: 'build/windows/runner/Release/skyle_ik-windows.zip'
token: ${{ secrets.RELEASES_TOKEN }}
tag: 1.0
commit: main

0 comments on commit 606a154

Please sign in to comment.