From 6b2e70ed996c9095053ea776c31eeac89617254e Mon Sep 17 00:00:00 2001 From: Ed Kolis Date: Sun, 21 Apr 2024 13:17:15 -0400 Subject: [PATCH] Update dotnet.yml FrEee.WinForms is now FrEee.UI.WinForms --- .github/workflows/dotnet.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index e387da6d..acd2515c 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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 @@ -61,4 +61,3 @@ jobs: name: Auto-Build Release ${{steps.createReleaseTag.outputs.string}} fail_on_unmatched_files: true token: ${{ secrets.GITHUB_TOKEN }} -