Skip to content

Commit

Permalink
Create artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
JrMasterModelBuilder committed Dec 28, 2024
1 parent fa6ef8d commit f310193
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,15 @@ jobs:

- name: Script
run: npm run ${{ inputs.script }}

- name: Artifact packages
uses: actions/upload-artifact@v4
with:
name: packages
path: packages/

- name: Artifact download
uses: actions/upload-artifact@v4
with:
name: download
path: _download/

0 comments on commit f310193

Please sign in to comment.