File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ jobs:
2929 - name : Create archive
3030 run : |
3131 cd publish
32- zip -r ../${{ github.event.repository.name }}-${{ github.ref_name }}.zip .
32+ zip -r ../${{ github.event.repository.name }}-${{ github.ref_name }}-win64 .zip .
3333 shell : bash
3434
3535 - name : Upload artifact
3636 uses : actions/upload-artifact@v4
3737 with :
3838 name : app-archive
39- path : ${{ github.event.repository.name }}-${{ github.ref_name }}.zip
39+ path : ${{ github.event.repository.name }}-${{ github.ref_name }}-win64 .zip
4040
4141 release :
4242 needs : build
5252 - name : Create GitHub Release
5353 uses : softprops/action-gh-release@v2
5454 with :
55- files : ${{ github.event.repository.name }}-${{ github.ref_name }}.zip
55+ files : ${{ github.event.repository.name }}-${{ github.ref_name }}-win64 .zip
5656 env :
5757 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 66 <Nullable >enable</Nullable >
77 </PropertyGroup >
88
9+ <PropertyGroup Condition =" '$(Configuration)'=='Release'" >
10+ <DebugType >none</DebugType >
11+ </PropertyGroup >
12+
913 <ItemGroup >
1014 <PackageReference Include =" Microsoft.Kiota.Bundle" Version =" 1.19.1" />
1115 </ItemGroup >
Original file line number Diff line number Diff line change 66 <Nullable >enable</Nullable >
77 </PropertyGroup >
88
9+ <PropertyGroup Condition =" '$(Configuration)'=='Release'" >
10+ <DebugType >none</DebugType >
11+ </PropertyGroup >
12+
913</Project >
You can’t perform that action at this time.
0 commit comments