-
Notifications
You must be signed in to change notification settings - Fork 14
39 lines (34 loc) · 924 Bytes
/
msi.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: build-msi
on:
pull_request: {}
workflow_run:
workflows: ["ci"]
types:
- completed
# allow manual runs:
workflow_dispatch: {}
jobs:
build-msi:
runs-on: ubuntu-latest
container:
image: ghcr.io/tillitis/msi-builder:1
steps:
- name: checkout
uses: actions/checkout@v4
with:
# fetch-depth: 0
persist-credentials: false
- name: fix
# https://github.com/actions/runner-images/issues/6775
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: download artifact from previous workflow
uses: actions/download-artifact@v4
with:
name: tkey-ssh-agent
- name: build
run: |
unzip tkey-ssh-agent.zip
cp tkey-ssh-agent{,-tray}.exe system/windows/.
cd system/windows
./build-msi.sh 0.0.6 tkey-ssh-agent.wxs