20 Commits

Author SHA1 Message Date
Natlinux
dd8dcecbaa letzter versuch für heute :) 2023-06-28 18:36:51 +02:00
Natlinux
68bb778ad1 math-coloring-game/v1.0.1 2023-06-28 18:31:59 +02:00
Natlinux81
4992553907 change dotnet 6 2023-06-28 17:52:59 +02:00
Natlinux81
31529614ab change to dotnet 5 2023-06-28 16:08:53 +02:00
Natlinux81
a5533a7521 on more try to deploy 2023-06-28 15:55:08 +02:00
Natlinux81
53c8de5b37 update path 2023-06-28 15:43:57 +02:00
Natlinux81
96d2c5315c change path 2023-06-28 15:41:37 +02:00
Natlinux81
cefef2b304 fix RuntimeIdentifier 2023-06-28 15:19:47 +02:00
Natlinux81
bb08320f46 RuntimeIdentifier 2023-06-28 15:12:06 +02:00
Natlinux81
2cdd04ba2c change deployment 2023-06-28 15:05:44 +02:00
Nathalie Eugler
11873b7110 Update deploy-mathColoringGame.yml 2023-06-28 15:02:25 +02:00
Nathalie Eugler
9e80b99959 Update deploy-mathColoringGame.yml 2023-06-28 14:59:01 +02:00
Nathalie Eugler
66c2bb694a Delete deploy-mathColoringGame 2023-06-28 14:56:43 +02:00
Natlinux81
8cb2ae2e27 update yml 2023-06-28 14:55:34 +02:00
Natlinux81
fe3794078d deploy 2023-06-28 13:49:18 +02:00
Nathalie Eugler
e668e4b535 Update dotnet-desktop2.yml 2023-06-28 03:09:24 +02:00
Nathalie Eugler
f9fbf68301 delete 2023-06-28 03:04:33 +02:00
Nathalie Eugler
1a7907d09c Create dotnet-desktop2.yml 2023-06-28 03:01:09 +02:00
Nathalie Eugler
cd90e61d61 delete yml file 2023-06-28 02:45:43 +02:00
Nathalie Eugler
8c44b176d1 Create dotnet-desktop.yml 2023-06-28 02:37:28 +02:00
3 changed files with 12 additions and 11 deletions

View File

@@ -1,22 +1,24 @@
name: "Deploy MathColoringGame"
name: "DeployMathColoringGame"
on:
push:
tags:
- "math-coloring-game/v*"
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
PROJECT_PATH: MathColoringGame/MathColoringGame.csproj
jobs:
deploy:
run-on: windows-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 6.0.x
- run: dotnet restore ${{ env.PROJECT_PATH}}
@@ -32,8 +34,8 @@ jobs:
tag_name: ${{ github.ref }}
release_name: $ {{github.ref}}
- use: csexton/release-asset-action@v2
- uses: csexton/release-asset-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN}}
pattern: MathColoringGame/bin/Release/net6.0-windows/win-x64/publish/*.exe
release-url: ${{ steps.create_release.outputs.upload_url }}
release-url: ${{ steps.create_release.outputs.upload_url }}

View File

@@ -6,11 +6,9 @@ using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace MathColoringGame
namespac MathColoringGame
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}

View File

@@ -7,6 +7,7 @@
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
<UseWPF>true</UseWPF>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<AssemblyVersion>1.0.0.2</AssemblyVersion>
</PropertyGroup>