Skip to content

Commit

Permalink
Merge pull request #14 from amnuts/update-actions
Browse files Browse the repository at this point in the history
Updated 3rd-party actions
  • Loading branch information
Snider authored Jul 14, 2023
2 parents db2cc6c + 24fb86e commit d0b7d75
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,15 @@ runs:
steps:
# Setup and configure GoLang
- name: Setup GoLang
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
check-latest: true
cache: true
go-version: ${{inputs.go-version}}
- run: go version
shell: bash
# Setup and configure NodeJS
- name: Setup NodeJS
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{inputs.node-version}}
# (Optional) Setup and configure Deno
Expand Down Expand Up @@ -234,7 +233,7 @@ runs:
echo "Signing Installer" & 'C:/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x86/signtool.exe' sign /fd sha256 /tr http://ts.ssl.com /f certificate\certificate.pfx /p '${{ inputs.sign-windows-cert-password }}' .\build\bin\${{inputs.build-name}}-amd64-installer.exe
# Upload build assets
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: inputs.package == 'true'
with:
name: Wails Build ${{runner.os}} ${{inputs.build-name}}
Expand Down

0 comments on commit d0b7d75

Please sign in to comment.