We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1758de5 commit 7508c9eCopy full SHA for 7508c9e
.github/workflows/ci.yaml
@@ -15,7 +15,7 @@ jobs:
15
ubuntu: ["22.04", "24.04"]
16
permissions:
17
contents: write
18
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
19
steps:
20
- name: Checkout
21
uses: actions/checkout@v4
@@ -149,10 +149,8 @@ jobs:
149
ls -lht "jetson-xavier-nx_${{ matrix.ubuntu }}_${L4T35_BSP}_USB.img.gz"
150
151
- name: Release
152
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
153
with:
154
body: |
155
[CHANGELOG.md](${{ github.server_url }}/${{ github.repository }}/blob/master/CHANGELOG.md)
156
files: "jetson*"
157
- env:
158
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments