From 7d85e79af79f1ac5e48970179b3bbcd77e29d974 Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Wed, 15 Nov 2023 12:19:03 +0900 Subject: [PATCH 1/2] Update build-release.yml --- .github/workflows/build-release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index faf5917..9fb52b1 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -40,8 +40,6 @@ jobs: steps: - uses: actions/checkout@v3 - uses: Cysharp/Actions/.github/actions/setup-dotnet@main - with: - dotnet-version: 7.0.x # pack nuget - run: dotnet build -c Release -p:Version=${{ inputs.tag }} - run: dotnet pack -c Release --no-build -p:Version=${{ inputs.tag }} -o ./publish @@ -61,4 +59,4 @@ jobs: tag_name: ${{ env.GIT_TAG }} release_name: Ver.${{ env.GIT_TAG }} draft: true - prerelease: false \ No newline at end of file + prerelease: false From 3401217c0a18e8699a973180c2c54057dc3b4c28 Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Wed, 15 Nov 2023 12:20:22 +0900 Subject: [PATCH 2/2] Update build-debug.yml --- .github/workflows/build-debug.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-debug.yml b/.github/workflows/build-debug.yml index cded1a6..1fee705 100644 --- a/.github/workflows/build-debug.yml +++ b/.github/workflows/build-debug.yml @@ -24,6 +24,4 @@ jobs: steps: - uses: actions/checkout@v3 - uses: Cysharp/Actions/.github/actions/setup-dotnet@main - with: - dotnet-version: 7.0.x - - run: dotnet build -c Debug \ No newline at end of file + - run: dotnet build -c Debug