Skip to content

fix: change the type of setCurrentPage and setTotalCount #18

fix: change the type of setCurrentPage and setTotalCount

fix: change the type of setCurrentPage and setTotalCount #18

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