Skip to content

Commit 3834e7d

Browse files
committed
add artifact download
1 parent efea627 commit 3834e7d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,15 @@ jobs:
7373
- ${{ github.workspace }}:/agent
7474

7575
steps:
76+
- name: Download artifacts
77+
uses: actions/download-artifact@v2
78+
with:
79+
name: arduino-create-agent-ubuntu-latest
80+
path: arduino-create-agent
81+
7682
- name: ls test
7783
run: ls -lah
7884

79-
- name: ls agent
80-
run: ls agent
81-
8285
- name: Launch Bitrock
8386
run: /opt/installbuilder-20.3.0/bin/builder
8487

0 commit comments

Comments
 (0)