Skip to content

Commit

Permalink
fix: release structure
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-wos committed Jun 28, 2024
1 parent 8e74821 commit 7f7d3be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
- name: Zip
run: |
zip -r ${{ github.event.repository.name }}-${{ github.sha }}.zip ./plugin
cd plugin/
zip -r ${{ github.event.repository.name }}-${{ github.sha }}.zip .
- name: Extract version and create tag
id: extract_version
Expand Down

0 comments on commit 7f7d3be

Please sign in to comment.