Skip to content

Commit

Permalink
remove build variants from upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
feigenanton committed Apr 3, 2023
1 parent 716096c commit e4188d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
strategy:
matrix:
win-version: [x64, x86]
fw-flavor: [fwdependent, selfcontained, selfcontained-singlefile, self-contained-includenativelibs, self-contained-includeallcontent]
fw-flavor: [fwdependent, selfcontained, selfcontained-singlefile]
steps:
- name: Show environment variables (for debugging)
run: |
Expand Down

0 comments on commit e4188d3

Please sign in to comment.