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 5757 - name : Get Path of Artifact
5858 id : getpath
5959 run : |
60- ASSET_PATH=$(ls target/*/debian/sectora_${{ needs.release.outputs.version }}_${{ matrix.arch }}.deb | head -n 1)
60+ ASSET_PATH=$(ls target/*/debian/sectora_${{ needs.release.outputs.version }}* _${{ matrix.arch }}.deb | head -n 1)
6161 echo "asset_path=$ASSET_PATH" >> $GITHUB_OUTPUT
6262 - name : Upload Release Asset
6363 uses : actions/upload-release-asset@v1
6666 with :
6767 upload_url : ${{ needs.release.outputs.upload }}
6868 asset_path : ${{ steps.getpath.outputs.asset_path }}
69- asset_name : sectora_ ${{ needs.release .outputs.version }}_${{ matrix.arch }}.deb
69+ asset_name : basename( ${{ steps.getpath .outputs.asset_path }})
7070 asset_content_type : application/vnd.debian.binary-package
You can’t perform that action at this time.
0 commit comments