Skip to content

design: change the size of a scorecard #14

design: change the size of a scorecard

design: change the size of a scorecard #14

name: artifact
on: [push]
env:
ARTIFACT_NAME: myartifact
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v1
- name: Upload artifact for linux
uses: actions/[email protected]
with:
name: ${{ env.ARTIFACT_NAME }}
path: .