Skip to content

Commit

Permalink
Merge pull request #7 from Shiroiame-Kusu/preview
Browse files Browse the repository at this point in the history
Update Action
  • Loading branch information
Shiroiame-Kusu authored Mar 29, 2024
2 parents 560bd2f + ba0ef9c commit 61ec790
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,16 @@ jobs:
name: Hakuu_${{ matrix.project }}_dotnet6_publish
path: ${{ github.workspace }}\Hakuu\${{ matrix.project }}\bin\Debug\net6.0-windows\win-x64\publish
if-no-files-found: ignore



- name: Build the project(Publish,Release,SingleFile)
run: |
dotnet clean
dotnet publish Hakuu/${{ matrix.project }}/Hakuu-${{ matrix.project }}.csproj -f net6.0-windows -r win-x64 -p:PublishSingleFile=true -p:PublishReadyToRun=true -p:Configuration=Release --sc -p:IncludeAllContentForSelfExtract=true -p:EnableCompressionInSingleFile=true
- name: Upload Hakuu(Publish,Release)
uses: actions/upload-artifact@v3
with:
name: Hakuu_${{ matrix.project }}_dotnet6_WithEnvironment_SingleFile
path: ${{ github.workspace }}\Hakuu\${{ matrix.project }}\bin\Release\net6.0-windows\win-x64\publish
if-no-files-found: ignore

Binary file modified Hakuu/Universal/Sources/net472/Updater.exe
Binary file not shown.
Binary file modified Hakuu/Universal/Sources/net472/publish/Updater.exe
Binary file not shown.

0 comments on commit 61ec790

Please sign in to comment.