Skip to content

Commit

Permalink
ci: Update actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
HashidaTKS committed Sep 12, 2024
1 parent 3a7f360 commit 73c4579
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
build:
runs-on: [ windows-2019 ]
steps:
- uses: actions/checkout@v2
- uses: microsoft/setup-msbuild@v1.0.2
- uses: actions/checkout@v4
- uses: microsoft/setup-msbuild@v2
- name: Generate self-signed cert
run: |
$cert = New-SelfSignedCertificate -Subject "CN=FlexConfirmMailSelfSign" -Type CodeSigningCert -CertStoreLocation "Cert:\CurrentUser\My" -NotAfter (Get-Date).AddYears(10)
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Make Installer
run: iscc.exe FlexConfirmMail.iss
- name: Upload Installer
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Installer
path: dest/*.exe

0 comments on commit 73c4579

Please sign in to comment.