Skip to content

Commit

Permalink
WIP: testing publish release
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Apr 16, 2024
1 parent cf4553e commit 7115f81
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: scriptsync_yak_package
path: yaker/build/*.yak
path: yaker\build\*.yak

publish_yak:
needs: build_yak
runs-on: windows-latest

steps:
- uses: actions/checkout@v2

Expand All @@ -51,8 +52,17 @@ jobs:
$YAK_FILE=$(ls *.yak)
echo "Yak file: $YAK_FILE"
..\exec\Yak.exe push --source https://test.yak.rhino3d.com $YAK_FILE
working-directory: yaker/build
working-directory: yaker\build
env:
YAK_TOKEN: ${{ secrets.YAK_IBOIS_TOKEN }}

- name: Verify the Yak package
run: |
$NAME_PACKAGE=$(script-sync)
..\exec\Yak.exe search --source https://test.yak.rhino3d.com --all --prerelease $NAME_PACKAGE
working-directory: yaker\build
env:
YAK_TOKEN: ${{ secrets.YAK_IBOIS_TOKEN }}



0 comments on commit 7115f81

Please sign in to comment.