Skip to content

Commit

Permalink
Try again ig
Browse files Browse the repository at this point in the history
  • Loading branch information
Sora-yx committed Oct 10, 2024
1 parent 65867fe commit d788257
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ jobs:
run: dotnet publish -p:PublishSingleFile=true -r win-x64 -c Release --self-contained false

- name: CleanUp Misc Files (64-bit)
working-directory: ${{github.workspace}}\bin\Release\net8.0-windows\win-x64\publish
working-directory: ${{github.workspace}}\bin\Release\net8.0-windows7.0\win-x64\publish
run: del SAModManager.dll.config, SAModManager.pdb

- name: Publish 32-bit WPF application
working-directory: ${{env.GITHUB_WORKSPACE}}
run: dotnet publish -p:PublishSingleFile=true -r win-x86 -c Release --self-contained false

- name: CleanUp Misc Files (32-bit)
working-directory: ${{github.workspace}}\bin\Release\net8.0-windows\win-x86\publish
working-directory: ${{github.workspace}}\bin\Release\net8.0-windows7.0\win-x86\publish
run: del SAModManager.dll.config, SAModManager.pdb

- name: Create Changelog (on Tag)
Expand All @@ -65,15 +65,15 @@ jobs:
with:
type: 'zip'
filename: 'release_x64.zip'
directory: bin/Release/net8.0-windows/win-x64/publish
directory: bin/Release/net8.0-windows7.0/win-x64/publish
exclusions: '*.git* /*node_modules/* .editorconfig'

- name: Archive 32-bit
uses: thedoctor0/[email protected]
with:
type: 'zip'
filename: 'release_x86.zip'
directory: bin/Release/net8.0-windows/win-x86/publish
directory: bin/Release/net8.0-windows7.0/win-x86/publish
exclusions: '*.git* /*node_modules/* .editorconfig'


Expand All @@ -82,6 +82,6 @@ jobs:
with:
body_path: ${{ env.PUBLISH_CHANGELOG_PATH }}
files: |
bin/Release/net8.0-windows/win-x64/publish/*.zip
bin/Release/net8.0-windows/win-x86/publish/*.zip
bin/Release/net8.0-windows7.0/win-x64/publish/*.zip
bin/Release/net8.0-windows7.0/win-x86/publish/*.zip
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d788257

Please sign in to comment.