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 25, 2024
1 parent 1231a53 commit 3b6502e
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
@@ -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)
@@ -17,7 +17,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 3b6502e

Please sign in to comment.