We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80399fb commit f13252cCopy full SHA for f13252c
.github/workflows/windows.yml
@@ -1,8 +1,6 @@
1
name: Windows
2
3
-on:
4
- workflow_dispatch:
5
- push:
+on: push
6
7
jobs:
8
build:
@@ -143,7 +141,6 @@ jobs:
143
141
rm -rf scribe-download
144
142
cd signed
145
unzip -j 1.zip || true
146
- ls -la
147
rm 1.zip
148
cd ..
149
cp signed/authenticator-helper.exe yubioath-desktop-windows/*/helper/authenticator-helper.exe
@@ -261,7 +258,6 @@ jobs:
261
258
262
259
263
260
264
265
266
267
- name: run scribe gpg
0 commit comments