Skip to content

Commit

Permalink
Update version of upload-artifact to v4 and pfx filename
Browse files Browse the repository at this point in the history
  • Loading branch information
dogzz9445 committed Jun 4, 2024
1 parent b652c72 commit ad38a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}

0 comments on commit ad38a46

Please sign in to comment.