ci: rename release-double-zipped to something more useful

The Linux artifacts have clear names (linux-amd64-double-zipped etc),
but the MacOS and Windows ones didn't. This patch renames these artifact
names to be more readable, especially when downloading the artifacts.
This commit is contained in:
Ayke van Laethem
2023-06-12 00:07:53 +02:00
committed by Ron Evans
parent e041a8ed88
commit 785eb93b62
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ jobs:
# We're doing the former here, to keep artifact uploads fast.
uses: actions/upload-artifact@v2
with:
name: release-double-zipped
name: darwin-amd64-double-zipped
path: build/tinygo.darwin-amd64.tar.gz
- name: Smoke tests
shell: bash