mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-28 21:45:43 +01:00
Fix
This commit is contained in:
parent
0d75d9db10
commit
c449f41c7b
9
.github/workflows/maven.yml
vendored
9
.github/workflows/maven.yml
vendored
@ -8,10 +8,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Download artifact
|
||||
- uses: actions/download-artifact@v1.0.0
|
||||
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- uses: actions/download-artifact@v1.0.0
|
||||
with:
|
||||
name: my-artifact
|
||||
- run: cat my-artifact
|
||||
|
||||
- name: Set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user