darwin workflow

This commit is contained in:
RoyceDa
2026-02-18 16:55:21 +02:00
parent 7472747a9e
commit 3735f680d2
2 changed files with 53 additions and 2 deletions

View File

@@ -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 }}'