Simplify asset name for releases

This commit is contained in:
Vikas
2024-06-02 22:36:54 +05:30
parent bec8758ca4
commit acfd0f6986

View File

@@ -28,3 +28,4 @@ jobs:
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
compress_assets: false
asset_name: pastepass-${{ matrix.goos }}-${{ matrix.goarch }}