debug ci
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -25,6 +25,12 @@ jobs:
|
|||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- uses: actions/cache@v2
|
||||||
|
with:
|
||||||
|
path: |
|
||||||
|
${{ github.workspace }}/scripts/
|
||||||
|
${{ github.workspace }}/build/
|
||||||
|
|
||||||
- name: start-message
|
- name: start-message
|
||||||
run: echo Starting compilation
|
run: echo Starting compilation
|
||||||
|
|
||||||
@@ -47,6 +53,7 @@ jobs:
|
|||||||
- name: dir-check
|
- name: dir-check
|
||||||
run: pwd
|
run: pwd
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
run: cd ${{ github.workspace }}
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Basalt-Artifact
|
name: Basalt-Artifact
|
||||||
|
|||||||
Reference in New Issue
Block a user