darwin workflow
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
name: Build Windows
|
||||
name: Windows Kernel Build
|
||||
|
||||
#Запускаем только кнопкой "Run workflow" в Actions -> Build Windows
|
||||
#Или если есть коммпит в папку lib в ветке main
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'lib/**'
|
||||
|
||||
|
||||
|
||||
jobs:
|
||||
@@ -46,7 +53,7 @@ jobs:
|
||||
run: |
|
||||
& "$env:GITHUB_WORKSPACE\.gitea\workflows\sshupload.ps1" `
|
||||
-LocalFilePath "dist/builds/win/x64/Rosetta-*.exe" `
|
||||
-RemoteFolderPath "${{ secrets.SSH_TARGET_DIR }}" `
|
||||
-RemoteFolderPath "${{ secrets.SSH_TARGET_DIR }}/win32/x64" `
|
||||
-ServerAddress "${{ secrets.SSH_HOST }}" `
|
||||
-Username "${{ secrets.SSH_USERNAME }}" `
|
||||
-PasswordParam '${{ secrets.SSH_PASSWORD }}'
|
||||
|
||||
Reference in New Issue
Block a user