File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ jobs:
41
41
- uses : actions/upload-artifact@v2
42
42
with :
43
43
name : goreleaser-deb
44
- path : dist/perfops-cli_ ${{ env.VERSION_NAME }}_linux_arm64 .deb
44
+ path : dist/perfops_ ${{ env.VERSION_NAME }}_linux_amd64 .deb
45
45
- uses : actions/upload-artifact@v2
46
46
with :
47
47
name : goreleaser-rpm
48
- path : dist/pefops-cli_ ${{ env.VERSION_NAME }}_linux_arm64 .rpm
48
+ path : dist/perfops_ ${{ env.VERSION_NAME }}_linux_amd64 .rpm
49
49
50
50
deploy :
51
51
needs : goreleaser
@@ -58,12 +58,12 @@ jobs:
58
58
with :
59
59
name : goreleaser-rpm
60
60
- run : echo "VERSION_NAME=${GITHUB_REF_NAME:1}" >> $GITHUB_ENV
61
- - run : echo pefops -cli_${{ env.VERSION_NAME }}_linux_arm64 .deb
61
+ - run : echo perfops -cli_${{ env.VERSION_NAME }}_linux_amd64 .deb
62
62
- run : ls -la
63
63
- uses : ProspectOne/upload-packagecloud@v1
64
64
with :
65
- DEB-PACKAGE-NAME : pefops-cli_ ${{ env.VERSION_NAME }}_linux_arm64 .deb
66
- RPM-PACKAGE-NAME : pefops-cli_ ${{ env.VERSION_NAME }}_linux_arm64 .rpm
65
+ DEB-PACKAGE-NAME : perfops_ ${{ env.VERSION_NAME }}_linux_amd64 .deb
66
+ RPM-PACKAGE-NAME : perfops_ ${{ env.VERSION_NAME }}_linux_amd64 .rpm
67
67
PACKAGECLOUD-USERNAME : p1
68
68
PACKAGECLOUD-REPO : perfops
69
69
PACKAGECLOUD-TOKEN : ${{ secrets.PACKAGECLOUD_TOKEN }}
You can’t perform that action at this time.
0 commit comments