File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : flowctl
1+ name : flowpack
22
33on :
44 workflow_dispatch :
7474 - name : Upload binaries
7575 uses : actions/upload-artifact@v4
7676 with :
77- name : flowctl -${{ matrix.title }}-${{ matrix.os_arch }}
77+ name : flowpack -${{ matrix.title }}-${{ matrix.os_arch }}
7878 path : " ${{github.workspace}}/dist"
7979
8080 release :
8888 - name : Download nuget package artifact
8989 uses : actions/download-artifact@v4
9090 with :
91- pattern : flowctl -*
91+ pattern : flowpack -*
9292 path : ${{ env.ARTIFACT_DIR }}
9393 merge-multiple : true
9494 - name : generate checksum files
9797 uses : ncipollo/release-action@v1
9898 with :
9999 tag : v${{ inputs.rel_version }}
100- name : FlowCtl v${{ inputs.rel_version }}
100+ name : FlowPack v${{ inputs.rel_version }}
101101 body : " This is the v${{ inputs.rel_version }} release of FlowPack"
102102 artifacts : " **/*.*"
103103 token : ${{ secrets.GH_TOKEN }}
You can’t perform that action at this time.
0 commit comments