Skip to content

Merge branch 'main' of https://github.com/KimJoonSeo/football-score-b… #7

Merge branch 'main' of https://github.com/KimJoonSeo/football-score-b…

Merge branch 'main' of https://github.com/KimJoonSeo/football-score-b… #7

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