Skip to content

Commit 7508c9e

Browse files
committed
update ci
1 parent 1758de5 commit 7508c9e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
ubuntu: ["22.04", "24.04"]
1616
permissions:
1717
contents: write
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-24.04
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v4
@@ -149,10 +149,8 @@ jobs:
149149
ls -lht "jetson-xavier-nx_${{ matrix.ubuntu }}_${L4T35_BSP}_USB.img.gz"
150150
151151
- name: Release
152-
uses: softprops/action-gh-release@v1
152+
uses: softprops/action-gh-release@v2
153153
with:
154154
body: |
155155
[CHANGELOG.md](${{ github.server_url }}/${{ github.repository }}/blob/master/CHANGELOG.md)
156156
files: "jetson*"
157-
env:
158-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)