This commit is contained in:
parent
e849d5ed43
commit
ff39390505
2 changed files with 2 additions and 23 deletions
|
@ -75,26 +75,7 @@ jobs:
|
|||
-p:PublishSingleFile=true \
|
||||
-p:PublishTrimmed=true \
|
||||
-o ./output_win_arm64
|
||||
|
||||
- name: Build the project (OSX x64)
|
||||
run: |
|
||||
dotnet publish ./Cryptura/Cryptura.csproj \
|
||||
-c Release \
|
||||
-r osx-x64 \
|
||||
--self-contained true \
|
||||
-p:PublishSingleFile=true \
|
||||
-p:PublishTrimmed=true \
|
||||
-o ./output_osx_x64
|
||||
|
||||
- name: Build the project (OSX arm64)
|
||||
run: |
|
||||
dotnet publish ./Cryptura/Cryptura.csproj \
|
||||
-c Release \
|
||||
-r osx-arm64 \
|
||||
--self-contained true \
|
||||
-p:PublishSingleFile=true \
|
||||
-p:PublishTrimmed=true \
|
||||
-o ./output_osx_arm64
|
||||
|
||||
- name: Download appimagetool
|
||||
run: |
|
||||
|
@ -125,9 +106,7 @@ jobs:
|
|||
zip -r ./release/Cryptura_Linux_arm64.zip ./output_linux_arm64
|
||||
zip -r ./release/Cryptura_Windows_x64.zip ./output_win_x64
|
||||
zip -r ./release/Cryptura_Windows_arm64.zip ./output_win_arm64
|
||||
zip -r ./release/Cryptura_OSX_x64.zip ./output_osx_x64
|
||||
zip -r ./release/Cryptura_OSX_arm64.zip ./output_osx_arm64
|
||||
rm -rf ./output_linux_x64 ./output_linux_arm64 ./output_win_x64 ./output_win_arm64 ./output_osx_x64 ./output_osx_arm64
|
||||
rm -rf ./output_linux_x64 ./output_linux_arm64 ./output_win_x64 ./output_win_arm64
|
||||
|
||||
|
||||
- name: Create Git tag
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||||
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
|
||||
<AssemblyVersion>1.0</AssemblyVersion>
|
||||
<FileVersion>1.9</FileVersion>
|
||||
<FileVersion>2.0</FileVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Add table
Reference in a new issue