Skip to content

Commit 4bd3946

Browse files
author
Massimiliano Pippi
authored
[skip changelog] fix archive name for nightly builds (#387)
* [skip changelog] fix archive name for nightly builds
1 parent 49d9db4 commit 4bd3946

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/nightly.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
uses: actions/checkout@v1
2121

2222
- name: build
23+
env:
24+
PACKAGE_NAME_PREFIX: ${{ github.workflow }}
2325
run: goreleaser --snapshot
2426

2527
- name: upload

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ checksum:
33
name_template: '{{ .Tag }}-{{ time "20060102" }}-checksums.txt'
44

55
snapshot:
6-
name_template: '{{ .Tag }}-{{ time "20060102" }}'
6+
name_template: '{{ .Env.PACKAGE_NAME_PREFIX }}-{{ time "20060102" }}'
77

88
release:
99
prerelease: auto

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy