Unverified Commit 4bd39462 authored by Massimiliano Pippi's avatar Massimiliano Pippi Committed by GitHub

[skip changelog] fix archive name for nightly builds (#387)

* [skip changelog] fix archive name for nightly builds
parent 49d9db40
......@@ -20,6 +20,8 @@ jobs:
uses: actions/checkout@v1
- name: build
env:
PACKAGE_NAME_PREFIX: ${{ github.workflow }}
run: goreleaser --snapshot
- name: upload
......
......@@ -3,7 +3,7 @@ checksum:
name_template: '{{ .Tag }}-{{ time "20060102" }}-checksums.txt'
snapshot:
name_template: '{{ .Tag }}-{{ time "20060102" }}'
name_template: '{{ .Env.PACKAGE_NAME_PREFIX }}-{{ time "20060102" }}'
release:
prerelease: auto
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment