Update deploy-mathColoringGame.yml

This commit is contained in:
Nathalie Eugler
2023-06-28 14:59:01 +02:00
committed by GitHub
parent 66c2bb694a
commit 9e80b99959

View File

@@ -1,4 +1,4 @@
name: "Deploy MathColoringGame" name: "DeployMathColoringGame"
on: on:
push: push:
@@ -37,4 +37,4 @@ jobs:
with: with:
github-token: ${{ secrets.GITHUB_TOKEN}} github-token: ${{ secrets.GITHUB_TOKEN}}
pattern: MathColoringGame/bin/Release/net6.0-windows/win-x64/publish/*.exe 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 }}