Skip to content

Commit

Permalink
Release 0.9.9.13 (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMacocian authored Feb 1, 2024
1 parent 8ee7ed2 commit 09fdbb6
Show file tree
Hide file tree
Showing 10 changed files with 124 additions and 747 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

strategy:
matrix:
targetplatform: [x64]
targetplatform: [x86]

runs-on: windows-latest

Expand Down Expand Up @@ -97,11 +97,6 @@ jobs:
env:
RuntimeIdentifier: win-${{ matrix.targetplatform }}

- name: Create publish injector files
run: dotnet publish .\Daybreak.Injector\Daybreak.Injector.csproj -c $env:Configuration -r $env:RuntimeIdentifier --property:SolutionDir=$env:GITHUB_WORKSPACE -p:PublishReadyToRun=true -p:PublishSingleFile=true --self-contained true -o .\Publish
env:
RuntimeIdentifier: win-x86

- name: Pack publish files
run: |
Write-Host $env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
targetplatform: [x64]
targetplatform: [x86]

runs-on: windows-latest

Expand Down
19 changes: 0 additions & 19 deletions Daybreak.Injector/Daybreak.Injector.csproj

This file was deleted.

Loading

0 comments on commit 09fdbb6

Please sign in to comment.