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:
parent
f6bd87fe4c
commit
0d75d9db10
3
.github/workflows/maven.yml
vendored
3
.github/workflows/maven.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user