mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Update build.yml
This commit is contained in:
parent
2c057cc0c9
commit
b48e3b4606
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -65,7 +65,9 @@ jobs:
|
||||
shell: pwsh
|
||||
run: |
|
||||
dotnet publish /p:Version=$env:CurrentVersion /p:FileVersion=$env:CurrentVersion --runtime osx-x64 --configuration Release --output "./Agent/bin/publish" ".\Agent"
|
||||
Compress-Archive -Path "./Agent/bin/publish/*" -DestinationPath "./Agent/bin/Remotely-MacOS-x64.zip" -Force
|
||||
Get-ChildItem -Path "./Agent/bin/publish/" | ForEach-Object {
|
||||
Compress-Archive -Path $_.FullName -DestinationPath "./Agent/bin/Remotely-MacOS-x64.zip" -Update
|
||||
}
|
||||
|
||||
- name: Upload build artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user