1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-28 21:45:43 +01:00
This commit is contained in:
montlikadani 2020-03-22 15:17:25 +01:00 committed by GitHub
parent 0d75d9db10
commit c449f41c7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: