Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #110 from Panduza/109-hook-windows-installer
Browse files Browse the repository at this point in the history
109 hook windows installer
  • Loading branch information
Darcraytore1 authored Aug 8, 2024
2 parents a17e1af + 515bd86 commit 3d5045f
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: Build Binaries

on:
push:
branches: [ "main" ]
branches: [ "main", "109-hook-windows-installer" ]
tags:
- '*'

Expand Down Expand Up @@ -125,3 +125,16 @@ jobs:
with:
name: windows_app
path: build\windows\x64\runner\Release

# Once binary has been artifacted then we can start workflow of windows installer giving
# binaries of sandbox

- name: Start Windows installer workflow
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.TOKEN_WINDOWS_INSTALLER }}
repository: Panduza/panduza_sandbox_flutter
event-type: update-windows-installer
client-payload: '{"ref": "${{ github.ref }}"}'


0 comments on commit 3d5045f

Please sign in to comment.