Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
zeira42 committed Dec 9, 2024
1 parent 4b4d588 commit 30a7505
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,25 @@ jobs:
"
- name: upload build artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-artifact
path: bin/test
# jetson hosted runner labeled arm64, or i can specify the name of the runner instead
deploy:
runs-on: [ARM64]
needs: [build]
env:
ACTIONS_ALLOW_UNSECURE_NODE_VERSION: true

steps:
- name: ensure directory exists
run: mkdir -p ./team06/bin



- name: download build artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: test-artifact
path: ./team06/bin
Expand Down

0 comments on commit 30a7505

Please sign in to comment.