1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-28 21:45:43 +01:00

Include downloading artifact

This commit is contained in:
montlikadani 2020-03-22 15:12:38 +01:00 committed by GitHub
parent f6bd87fe4c
commit 0d75d9db10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifact
- uses: actions/download-artifact@v1.0.0
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1