AlekSi / golang-tip

Daily builds of active Go development branches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add two more files to tip release

AlekSi opened this issue · comments

  • Checksums file
  • File with a name like 2021-04-15T12:13:14Z.txt to indicate that builds are going

- name: Download artifacts
uses: actions/download-artifact@v2.0.9
- name: List artifacts
run: ls -lR
- name: Publish artifacts
uses: marvinpinto/action-automatic-releases@v1.1.1
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: tip
prerelease: false
title: tip
files: |
**.tar.gz