File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929 run : dotnet publish D:\a\ATA-GUI\ATA-GUI\ATA-GUI\ATA-GUI.csproj --configuration Release --runtime win-x64 --self-contained false /p:PublishSingleFile=true --output ./publish
3030
3131 - name : Zip the published output
32- run : Compress-Archive -Path ./publish/ATA-GUI.exe, ./LICENSE -DestinationPath ATA-GUI_${{ steps.previoustag.outputs.tag }} .zip
32+ run : Compress-Archive -Path ./publish/ATA-GUI.exe, ./LICENSE -DestinationPath ATA-GUI .zip
3333 shell : pwsh
3434
3535 - name : Get Previous tag
4040 uses : ncipollo/release-action@v1.14.0
4141 with :
4242 generateReleaseNotes : true
43- artifacts : ATA-GUI_${{ steps.previoustag.outputs.tag }} .zip
43+ artifacts : ATA-GUI .zip
4444 name : ${{ steps.previoustag.outputs.tag }}
4545 tag : ${{ steps.previoustag.outputs.tag }}
4646 token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments