Skip to content

Commit

Permalink
fix: Re-introduce release.yml workflow due to Github bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
echokrist committed Jan 12, 2025
1 parent d2de6c7 commit 09bc531
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 55 deletions.
50 changes: 0 additions & 50 deletions .github/workflows/release-2.yml

This file was deleted.

10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
- name: Publish for ${{ matrix.os }}
run: |
dotnet publish ./src/DCEUI.sln -c Release -r ${{ matrix.os }} \
/p:PublishSingleFile=true \
/p:IncludeNativeLibrariesForSelfExtract=false \
/p:PublishTrimmed=true \
/p:TrimMode=Link \
--self-contained true
/p:PublishSingleFile=true \
/p:IncludeNativeLibrariesForSelfExtract=false \
/p:PublishTrimmed=true \
/p:TrimMode=Link \
--self-contained true
# Zip the published binaries
- name: Zip binaries
Expand Down

0 comments on commit 09bc531

Please sign in to comment.