diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/deploy.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 72e9ecb..0e25b40 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml | |||
| @@ -18,6 +18,8 @@ jobs: | |||
| 18 | build: | 18 | build: |
| 19 | runs-on: ubuntu-latest | 19 | runs-on: ubuntu-latest |
| 20 | steps: | 20 | steps: |
| 21 | - name: Checkout | ||
| 22 | uses: actions/checkout@v3 | ||
| 21 | - name: Get JBMAFP and build | 23 | - name: Get JBMAFP and build |
| 22 | run: | | 24 | run: | |
| 23 | wget https://github.com/mitjafelicijan/jbmafp/releases/download/v0.3/jbmafp.zip | 25 | wget https://github.com/mitjafelicijan/jbmafp/releases/download/v0.3/jbmafp.zip |
