Skip to content

Commit

Permalink
Fix artifact names of aarch64 artifacts (#1176)
Browse files Browse the repository at this point in the history
  • Loading branch information
shueja authored Jan 22, 2025
1 parent de73bc5 commit ef22708
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/choreo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ jobs:
unzip -o Linux-aarch64.zip
rm Linux-aarch64.zip
mv Linux-aarch64-standalone.zip Choreo-${{ github.ref_name }}-Linux-aarch64-standalone.zip
mv choreo_*_amd64.AppImage Choreo-${{ github.ref_name }}-Linux-aarch64.AppImage
mv choreo_*_amd64.deb Choreo-${{ github.ref_name }}-Linux-aarch64.deb
mv choreo-*.x86_64.rpm Choreo-${{ github.ref_name }}-Linux-aarch64.rpm
mv choreo_*_aarch64.AppImage Choreo-${{ github.ref_name }}-Linux-aarch64.AppImage
mv choreo_*_arm64.deb Choreo-${{ github.ref_name }}-Linux-aarch64.deb
mv choreo-*.aarch64.rpm Choreo-${{ github.ref_name }}-Linux-aarch64.rpm
- name: Display structure of renamed files
run: ls -R
Expand Down

0 comments on commit ef22708

Please sign in to comment.