Skip to content

Commit

Permalink
Rename toit installer. (#1644)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Jun 7, 2023
1 parent acefe0a commit 372fd4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -848,16 +848,16 @@ jobs:
- name: Build installer
run: |
& tools\windows_installer\build.bat ${{ steps.version.outputs.version }} $PWD\toit $PWD\toit_installer_x64.exe
signtool sign /debug /n "Toitware ApS" /t http://timestamp.digicert.com/ $PWD\toit_installer_x64.exe
& tools\windows_installer\build.bat ${{ steps.version.outputs.version }} $PWD\toit $PWD\toit-windows-x64-installer.exe
signtool sign /debug /n "Toitware ApS" /t http://timestamp.digicert.com/ $PWD\toit-windows-x64-installer.exe
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: Windows-build
path: |
toit-windows.tar.gz
toit_installer_x64.exe
toit-windows-x64-installer.exe
- name: Upload release artifacts
if: github.event_name == 'release'
Expand All @@ -873,7 +873,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: toit_installer_x64.exe
file: toit-windows-x64-installer.exe
tag: ${{ github.ref }}
overwrite: true

Expand Down

0 comments on commit 372fd4e

Please sign in to comment.