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 66cbdfc commit d252444
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/github-actions-release-linux.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Release linux app

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# push:
# branches: [ main ]
# pull_request:
# branches: [ main ]

workflow_dispatch:

Expand All @@ -30,3 +30,4 @@ jobs:
with:
artifacts: 'build/linux/x64/release/bundle/skyle_ik-windows.zip'
token: ${{ secrets.RELEASES_TOKEN }}
commit: main
9 changes: 5 additions & 4 deletions .github/workflows/github-actions-release-macos.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Release macOS app

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# push:
# branches: [ main ]
# pull_request:
# branches: [ main ]

workflow_dispatch:

Expand All @@ -25,3 +25,4 @@ jobs:
with:
artifacts: 'build/macos/Build/Products/Release/skyle_ik.app'
token: ${{ secrets.RELEASES_TOKEN }}
commit: main
9 changes: 5 additions & 4 deletions .github/workflows/github-actions-release-windows.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Release Windows app

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# push:
# branches: [ main ]
# pull_request:
# branches: [ main ]

workflow_dispatch:

Expand All @@ -30,3 +30,4 @@ jobs:
with:
artifacts: 'build/windows/runner/Release/skyle_ik-windows.zip'
token: ${{ secrets.RELEASES_TOKEN }}
commit: main

0 comments on commit d252444

Please sign in to comment.