renaming to make distigishable for nighly

This commit is contained in:
child_duckling 2021-12-17 15:45:32 -08:00
parent 3079b29b88
commit f6a5d19d52
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ jobs:
uses: actions/upload-artifact@v2.2.3 uses: actions/upload-artifact@v2.2.3
with: with:
# Artifact name # Artifact name
name: Artifacts name: macOS
# A file, directory or wildcard pattern that describes what to upload # A file, directory or wildcard pattern that describes what to upload
path: dist/ path: dist/
# The desired behavior if no files are found using the provided path. # The desired behavior if no files are found using the provided path.

View file

@ -76,7 +76,7 @@ jobs:
uses: actions/upload-artifact@v2.2.3 uses: actions/upload-artifact@v2.2.3
with: with:
# Artifact name # Artifact name
name: Artifacts name: Windows
# A file, directory or wildcard pattern that describes what to upload # A file, directory or wildcard pattern that describes what to upload
path: dist/ path: dist/
# The desired behavior if no files are found using the provided path. # The desired behavior if no files are found using the provided path.