Skip to content

Commit

Permalink
Update Release.yml
Browse files Browse the repository at this point in the history
Make Release zip structure simpler
  • Loading branch information
rwsdwatson authored Sep 5, 2024
1 parent bf56139 commit efba587
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
Copy-Item "Sample_Roundtrip.ps1" "$targetFolder"
Copy-Item "License" "$targetFolder"
Copy-Item "README.md" "$targetFolder"
7z a artifacts\Toolkit${{ env.RELEASEVERSION }}.zip $targetFolder
cd .\artifacts\toolkit
7z a ..\Toolkit${{ env.RELEASEVERSION }}.zip *
- name: Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit efba587

Please sign in to comment.