Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ekolis committed Mar 20, 2022
1 parent 02da6c4 commit c1e9013
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,17 @@ jobs:
with:
stringToTruncate: ${{github.sha}}
maxLength: 10
- name: List Files
- name: List files
run: ls -s .\FrEee.WinForms\bin\Release\net6.0-windows
- name: Prepare files for zipping
run: |
cd FrEee.WinForms/bin/Release
ren net6.0-windows FrEee
shell: cmd
- name: Zip assets
uses: papeloto/action-zip@v1
with:
files: ./FrEee.WinForms/bin/Release/net6.0-windows
files: ./FrEee.WinForms/bin/Release
dest: FrEee-binary-${{steps.createReleaseTag.outputs.string}}.zip
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit c1e9013

Please sign in to comment.