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 34e6cfb commit 1b5da65Copy full SHA for 1b5da65
.github/workflows/build-and-release.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
BuildRaw:
10
runs-on: ubuntu-latest
11
- setps:
+ steps:
12
- uses: actions/checkout@v2
13
- uses: docker/setup-qemu-action@v1.2.0
14
@@ -29,9 +29,9 @@ jobs:
29
30
Create-Release:
31
32
- requires:
+ needs:
33
- BuildRaw
34
35
36
- uses: actions/download-artifact@v3
37
with:
0 commit comments