Skip to content

Commit f01f898

Browse files
committed
make actions artifact names unique (new req in v4)
1 parent 82807c0 commit f01f898

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/[email protected]
3434
with:
3535
# Artifact name
36-
name: licensesnip # optional, default is artifact
36+
name: licensesnip-linux # optional, default is artifact
3737
# A file, directory or wildcard pattern that describes what to upload
3838
path: licensesnip-linux.tar.gz
3939
# The desired behavior if no files are found using the provided path.
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/[email protected]
6262
with:
6363
# Artifact name
64-
name: licensesnip # optional, default is artifact
64+
name: licensesnip-win64 # optional, default is artifact
6565
# A file, directory or wildcard pattern that describes what to upload
6666
path: licensesnip-win64.tar.gz
6767
# The desired behavior if no files are found using the provided path.
@@ -89,7 +89,7 @@ jobs:
8989
uses: actions/[email protected]
9090
with:
9191
# Artifact name
92-
name: licensesnip # optional, default is artifact
92+
name: licensesnip-macos # optional, default is artifact
9393
# A file, directory or wildcard pattern that describes what to upload
9494
path: licensesnip-macos.tar.gz
9595
# The desired behavior if no files are found using the provided path.

0 commit comments

Comments
 (0)