Skip to content

Commit 543f150

Browse files
committed
actually add the yml
1 parent f584da2 commit 543f150

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/package.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Package
2+
on:
3+
workflow_call:
4+
5+
jobs:
6+
package:
7+
runs-on: "ubuntu-22.04"
8+
steps:
9+
- uses: actions/checkout@v3
10+
- uses: actions/download-artifact@v4
11+
name: switch-template
12+
- uses: actions/download-artifact@v4
13+
name: vita-template
14+
- name: Package
15+
run: |
16+
ls -R switch-template vita-template

0 commit comments

Comments
 (0)