Skip to content

Commit

Permalink
ci: Upload specific files
Browse files Browse the repository at this point in the history
  • Loading branch information
shrink committed Aug 19, 2023
1 parent 3a4f0b6 commit 95107a9
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,18 @@ jobs:
node-version: 16
- name: Install Docker
uses: douglascamata/[email protected]
- if: always()
run: ls -a ~/.lima/colima
- if: always()
uses: actions/upload-artifact@v3
with:
name: colima
path:
~/.lima/colima/*.log
~/.lima/colima/*.config
~/.lima/colima/*.yaml
path: |
~/.lima/colima/serial.log
~/.lima/colima/serialv.log
~/.lima/colima/ssh.config
~/.lima/colima/lima.yaml
~/.lima/colima/colima.yaml
- run: docker build -t example:${{ github.sha }} ./.github/tests
- run: npm install
- run: npm run build
Expand Down

0 comments on commit 95107a9

Please sign in to comment.