@@ -26,16 +26,12 @@ jobs:
2626 - name : Publish
2727 run : dotnet publish -p:PublishSingleFile=true -p:CommitHash=${{ github.sha }} -p:CommitRef=${{ github.ref_type }}/${{ github.ref_name }} -r win-x64 -c Release --self-contained false .\Bloxstrap\Bloxstrap.csproj
2828
29- - name : Zip publish folder
30- run : |
31- powershell -Command "Compress-Archive -Path 'Bloxstrap\bin\Release\net6.0-windows\win-x64\publish\*' -DestinationPath 'Bloxstrap\bin\Release\net6.0-windows\win-x64\Bloxstrap-${{ github.sha }}.zip'"
32-
3329 - name : Upload Artifact
3430 id : upload-artifact
3531 uses : actions/upload-artifact@v4
3632 with :
3733 name : Bloxstrap (Release) (${{ github.sha }})
38- path : .\Bloxstrap\bin\Release\net6.0-windows\win-x64\Bloxstrap-${{ github.sha }}.zip
34+ path : .\Bloxstrap\bin\Release\net6.0-windows\win-x64\publish\*
3935
4036 release :
4137 needs : build
5046 organization-id : ' 837ad744-6d64-4d44-94ef-65a9a2d09399'
5147 project-slug : ' Froststrap'
5248 signing-policy-slug : ' test-signing'
53- artifact-configuration-slug : ' github-ci '
49+ artifact-configuration-slug : ' Initial version '
5450 github-artifact-id : ' ${{ needs.build.outputs.artifact-id }}'
5551 wait-for-completion : true
5652 output-artifact-directory : ' release'
7874 organization-id : ' 837ad744-6d64-4d44-94ef-65a9a2d09399'
7975 project-slug : ' Froststrap'
8076 signing-policy-slug : ' test-signing'
81- artifact-configuration-slug : ' github-ci '
77+ artifact-configuration-slug : ' Initial version '
8278 github-artifact-id : ' ${{ needs.build.outputs.artifact-id }}'
8379 wait-for-completion : true
8480 output-artifact-directory : ' release'
0 commit comments