This commit is contained in:
Samkist
2022-06-03 03:36:32 -04:00
parent a8e40c8fcc
commit d4e3b67b79

View File

@@ -24,7 +24,13 @@ jobs:
steps: steps:
# 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