Skip to content

Commit

Permalink
Merge pull request #2326 from mavlink/pr-rename-lts
Browse files Browse the repository at this point in the history
CI: remote -lts from filename
  • Loading branch information
julianoes committed Jun 2, 2024
2 parents bc8da64 + c9de205 commit 9129a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
name: Rename LTS versions from debian12 to debian11
run: |
sudo apt update && sudo apt install -y rename
rename 's/debian12_arm64/debian11_arm64/' *.deb
rename 's/debian12_arm64-lts/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 9129a8d

Please sign in to comment.