Skip to content

Commit e532adb

Browse files
committed
modifying names in github workflow action to flowpack
#6
1 parent ca5d27e commit e532adb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: flowctl
1+
name: flowpack
22

33
on:
44
workflow_dispatch:
@@ -74,7 +74,7 @@ jobs:
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:
@@ -88,7 +88,7 @@ jobs:
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
@@ -97,7 +97,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)