mirror of
https://github.com/Zrips/Jobs.git
synced 2024-12-02 23:43:44 +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
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifact
|
|
||||||
- uses: actions/download-artifact@v1.0.0
|
|
||||||
|
|
||||||
- uses: actions/checkout@v1
|
- 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
|
- name: Set up JDK 1.8
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user