Skip to content

Commit

Permalink
Merge pull request #2335 from mavlink/pr-fix-ci
Browse files Browse the repository at this point in the history
CI: fix arm64 lib getting overwritten
  • Loading branch information
julianoes authored Jun 4, 2024
2 parents 99ef45a + cc63555 commit e6de742
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:
run: dpkg-buildpackage -us -uc -b

dockcross-linux-arm:
name: linux-${{ matrix.arch_name }}
name: linux-${{ matrix.docker-name }}
runs-on: ubuntu-20.04
strategy:
matrix:
Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:
name: Rename LTS versions from debian12 to debian11
run: |
sudo apt update && sudo apt install -y rename
rename 's/debian12_arm64-lts/debian11_arm64/' *.deb
rename 's/debian12_arm64/debian11_arm64/' *.deb
- name: Publish artefacts
if: startsWith(github.ref, 'refs/tags/v')
uses: svenstaro/upload-release-action@v1-release
Expand Down

0 comments on commit e6de742

Please sign in to comment.