Skip to content

Commit

Permalink
chore: update workflow zip handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackfaded committed Sep 2, 2024
1 parent c56fe36 commit c4becbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4becbb

Please sign in to comment.