Skip to content

Commit

Permalink
WIP: testing artefact
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Apr 16, 2024
1 parent 060cec9 commit cb4e7d0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/yakbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,11 @@ jobs:
uses: microsoft/[email protected]

- name: Run Invoke tasks
run: invoke yakerize
run: invoke yakerize

#store the artifact .yak contained
- name: Save artifact
uses: actions/upload-artifact@v2
with:
name: scriptsync_yak_package
path: yaker/build/*.yak

0 comments on commit cb4e7d0

Please sign in to comment.