Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
FrEee.WinForms is now FrEee.UI.WinForms
  • Loading branch information
ekolis authored Apr 21, 2024
1 parent 7e28dd9 commit 6b2e70e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ jobs:
stringToTruncate: ${{github.sha}}
maxLength: 10
- name: List files
run: ls -s .\FrEee.WinForms\bin\Release\net6.0-windows7.0
run: ls -s .\FrEee.UI.WinForms\bin\Release\net6.0-windows7.0
- name: Prepare files for zipping
run: |
cd FrEee.WinForms/bin/Release
cd FrEee.UI.WinForms/bin/Release
ren net8.0-windows7.0 FrEee
shell: cmd
- name: Zip assets
uses: papeloto/action-zip@v1
with:
files: ./FrEee.WinForms/bin/Release
files: ./FrEee.UI.WinForms/bin/Release
dest: FrEee-binary-${{steps.createReleaseTag.outputs.string}}.zip
- name: Release
uses: softprops/action-gh-release@v1
Expand All @@ -61,4 +61,3 @@ jobs:
name: Auto-Build Release ${{steps.createReleaseTag.outputs.string}}
fail_on_unmatched_files: true
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6b2e70e

Please sign in to comment.