Skip to content

Commit 0aee6e3

Browse files
committed
devmate/cli: Rename Ubuntu to Linux in GitHub Actions workflow.
Added a new step to the CI/CD pipeline in the `publish-cli.yml` GitHub Actions workflow. The step renames the Ubuntu CLI artifact folder to Linux for better platform-agnostic naming. Signed-off-by: Nikolay Martyanov <nikolay@zededa.com>
1 parent 264b11b commit 0aee6e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish-cli.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ jobs:
7777
with:
7878
path: ./artifacts
7979

80+
- name: Rename Ubuntu to Linux
81+
run: |
82+
mv ./artifacts/devmatecli-ubuntu-latest ./artifacts/devmatecli-linux-latest
83+
shell: bash
84+
8085
- name: Archive Artifacts
8186
run: |
8287
tar czvf devmate-cli.tar.gz -C artifacts .

0 commit comments

Comments
 (0)