Skip to content

feat: make states for page and total #9

feat: make states for page and total

feat: make states for page and total #9

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: .