Skip to content

Commit 2fed215

Browse files
committed
Added downloading artifact
1 parent 3664aec commit 2fed215

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,13 @@ jobs:
1212
- uses: actions/upload-artifact@v4
1313
with:
1414
name: 'etherpad-proxy'
15-
path: './target/x86_64-unknown-linux-gnu/release/etherpad-proxy'
15+
path: './target/x86_64-unknown-linux-gnu/release/etherpad-proxy'
16+
deployAndLoadTest:
17+
runs-on: ubuntu-latest
18+
needs: build
19+
steps:
20+
- name: Checkout repository
21+
uses: actions/checkout@v4
22+
- uses: actions/download-artifact@v4
23+
with:
24+
name: 'etherpad-proxy'

0 commit comments

Comments
 (0)