File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 3
3
1 . Add, commit, push these changes
4
4
1 . ` git tag -a 'x.x.x' ` , where the x's are the new version number
5
5
1 . ` git push --tags `
6
- 1 . Locally in Visual Studio, create a release build, and zip up the folder created
6
+ 1 . Locally in Visual Studio, create a release build for each platform
7
+ 1 . ` dotnet publish AvaGui/AvaGui.csproj -c Release --runtime win-x64 `
8
+ 1 . ` dotnet publish AvaGui/AvaGui.csproj -c Release --runtime linux-x64 `
9
+ 1 . ` dotnet publish AvaGui/AvaGui.csproj -c Release --runtime osx-x64 `
10
+ 1 . Zip up each build appropriately
11
+ 1 . Windows - make a ZIP file
12
+ 1 . : Linux - ` tar -jcvf linux-x64.tar linux-x64 `
13
+ 1 . OSX (Mac) - ` tar -jcvf osx-x64.tar osx-x64 `
7
14
1 . In GitHub, create a new release from that tag
8
- 1 . On that release page, add the zip folder as the build artefact
15
+ 1 . On that release page, add the zipped files as build artefacts
You can’t perform that action at this time.
0 commit comments