File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ name: MSBuild
77
88on :
99 push :
10- branches : [ "master" ]
10+ branches : [ "master", "development" ]
1111 pull_request :
12- branches : [ "master" ]
12+ branches : [ "master", "development" ]
1313
1414env :
1515 # Path to the solution file relative to the root of the project.
4242 # Add additional options to the MSBuild command line here (like platform or verbosity level).
4343 # See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
4444 run : msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
45+
46+ - name : Zip Artifacts
47+ run : Compress-Archive -Path x64\Release\Pixcen.exe -DestinationPath Pixcen.zip
48+
49+ - name : Upload Artifact
50+ uses : actions/upload-artifact@v4
51+ with :
52+ name : Pixcen
53+ path : Pixcen.zip
Original file line number Diff line number Diff line change 11#define VERSION_A 0
22#define VERSION_B 7
33#define VERSION_C 0
4- #define VERSION_D 50
4+ #define VERSION_D 1977396295
You can’t perform that action at this time.
0 commit comments