Skip to content

Commit

Permalink
what the hell github
Browse files Browse the repository at this point in the history
  • Loading branch information
xChipseq authored Jan 30, 2025
1 parent 79421b1 commit c812602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
# Build for release
- name: Build for release x86.NET
run: dotnet publish -r win-x86 -c Release /p:PublishSingleFile=true /p:SelfContained=true /p:EnableCompressionInSingleFile=true
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Dropship.x86.exe
path: bin/Release/net8.0/win-x86\publish\Dropship.exe
- name: Build for release x64.NET
run: dotnet publish -r win-x64 -c Release /p:PublishSingleFile=true /p:SelfContained=true /p:EnableCompressionInSingleFile=true
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Dropship.x64.exe
path: bin/Release/net8.0/win-x64\publish\Dropship.exe

0 comments on commit c812602

Please sign in to comment.