Skip to content

Commit 5734d6d

Browse files
author
bsozeau
authored
Update generate-logos.yml
1 parent 87ad0e6 commit 5734d6d

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

.github/workflows/generate-logos.yml

+9-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
name: Generate logos
22

3-
on:
4-
workflow_dispatch:
5-
inputs:
6-
name:
7-
description: 'Generate logos zip file'
8-
default: 'yes'
9-
required: true
10-
type: string
3+
on: push
4+
115
jobs:
12-
genzip:
13-
- name: Upload a Build Artifact
14-
uses: actions/[email protected]
15-
with:
16-
name: rocq-logos
17-
path: rocq-id
6+
build:
7+
- name: Archive artifacts
8+
uses: actions/upload-artifact@v4
9+
with:
10+
name: 'rocq-logos'
11+
path: |
12+
rocq-id

0 commit comments

Comments
 (0)