diff --git a/.github/workflows/yakbuild.yml b/.github/workflows/yakbuild.yml index cd9f9c2..6d9102b 100644 --- a/.github/workflows/yakbuild.yml +++ b/.github/workflows/yakbuild.yml @@ -27,4 +27,11 @@ jobs: uses: microsoft/setup-msbuild@v1.0.2 - name: Run Invoke tasks - run: invoke yakerize \ No newline at end of file + 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 \ No newline at end of file