Skip to content

Commit bf93df9

Browse files
committed
ci: change -api to -client in release files
1 parent 26a9d8c commit bf93df9

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
@@ -56,8 +56,8 @@ jobs:
5656
run: |
5757
python3 -m pip install --upgrade build
5858
python3 -m build
59-
zip alerta-api.zip -r dist/*
60-
tar cvfz alerta-api.tar.gz dist/*
59+
zip alerta-client.zip -r dist/*
60+
tar cvfz alerta-client.tar.gz dist/*
6161
- name: Release
6262
id: create-release
6363
uses: softprops/action-gh-release@v2
@@ -68,8 +68,8 @@ jobs:
6868
draft: false
6969
prerelease: ${{ contains(github.ref_name, '-') }}
7070
files: |
71-
./alerta-api.zip
72-
./alerta-api.tar.gz
71+
./alerta-client.zip
72+
./alerta-client.tar.gz
7373
7474
- uses: act10ns/slack@v2
7575
with:

0 commit comments

Comments
 (0)