Skip to content

Commit

Permalink
actually add the yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Stary2001 committed Feb 4, 2024
1 parent f584da2 commit 543f150
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Package
on:
workflow_call:

jobs:
package:
runs-on: "ubuntu-22.04"
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v4
name: switch-template
- uses: actions/download-artifact@v4
name: vita-template
- name: Package
run: |
ls -R switch-template vita-template

0 comments on commit 543f150

Please sign in to comment.