Skip to content

Commit

Permalink
ci: remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed Oct 29, 2023
1 parent 2a795c8 commit f7d619a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:
}
- name: Build the application
run: msbuild /p:Configuration=Release /p:Platform=${{ matrix.arch }} /p:GenerateAppxPackageOnBuild=true
run: |
msbuild /p:Configuration=Release /p:Platform=${{ matrix.arch }} /p:GenerateAppxPackageOnBuild=true
Get-ChildItem E-Viewer/out/*/Dependencies -Exclude "${{ matrix.arch }}" | Remove-Item -Recurse
- name: Upload build artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f7d619a

Please sign in to comment.