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
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
${{ github.workspace }}/scripts/
|
||||
${{ github.workspace }}/build/
|
||||
|
||||
- name: start-message
|
||||
run: echo Starting compilation
|
||||
|
||||
@@ -47,6 +53,7 @@ jobs:
|
||||
- name: dir-check
|
||||
run: pwd
|
||||
- name: Upload artifact
|
||||
run: cd ${{ github.workspace }}
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Basalt-Artifact
|
||||
|
||||
Reference in New Issue
Block a user