From c4becbbf0225a8317e75e7945672aaa146d2b9aa Mon Sep 17 00:00:00 2001 From: Blackfaded <r.heinen@nanogiants.de> Date: Mon, 2 Sep 2024 15:57:12 +0200 Subject: [PATCH] chore: update workflow zip handling --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b260de7..a40ee03 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: # - name: Run Publish # run: ./scripts.sh publish ${{ secrets.NUGET_TOKEN }} - name: Zip files - run: zip -r release.zip lib/PCPServerSDKDotNet/bin/Release + run: cd lib/PCPServerSDKDotNet/bin/Release && zip -r ../../../../asset.zip . && cd - - name: Set latest given to github output id: set-tag run: echo "tag=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT