From ad38a463801a4922dade1ac6c87f3c496156580b Mon Sep 17 00:00:00 2001 From: Dongmin Jang Date: Tue, 4 Jun 2024 12:57:45 +0900 Subject: [PATCH] Update version of upload-artifact to v4 and pfx filename --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c11a1be..c570ea4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: env: App_Packages_Directory: AppPackages - # SigningCertificate: GitHubActionsDemo.pfx + SigningCertificate: GitHubActionsPackageCorathing.pfx Solution_Path: Corathing.sln Test_Project_Path: src\Apps\Corathing.Organizer.UnitTests\Corathing.Organizer.UnitTests.csproj Wpf_Project_Path: src\Apps\Corathing.Organizer\Corathing.Organizer.csproj @@ -97,7 +97,7 @@ jobs: # Upload the MSIX package: https://github.com/marketplace/actions/upload-artifact - name: Upload build artifacts - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: MSIX Package path: ${{ env.Wap_Project_Directory }}\${{ env.App_Packages_Directory }}