Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Added archived message #30

Added archived message

Added archived message #30

Workflow file for this run

name: Go
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Build
run: bash build.sh
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
# Artifact name
name: Time Left
path: ./timeleft