ref: 6755a0912b7b1d36c0f3fcfb7d6e0455773c8a68
parent: b6ac23be3d7909b202dd33ab190a9b12db94134b
author: ISSOtm <[email protected]>
date: Tue Feb 18 15:23:37 EST 2020
Improve naming of CI build artifacts
--- a/.github/workflows/testing.yml
+++ b/.github/workflows/testing.yml
@@ -31,7 +31,7 @@
- name: Upload binaries
uses: actions/upload-artifact@v1
with:
- name: rgbds-canary-${{ matrix.os }}-${{ matrix.cc }}-bins
+ name: rgbds-canary-${{ matrix.os }}-${{ matrix.cc }}
path: bins
- name: Test
shell: bash
@@ -80,7 +80,7 @@
- name: Upload Windows binaries
uses: actions/upload-artifact@v1
with:
- name: bins${{ matrix.bits }}
+ name: rgbds-canary-win${{ matrix.bits }}
path: bins
windows-testing:
@@ -99,7 +99,7 @@
- name: Retrieve binaries
uses: actions/download-artifact@v1
with:
- name: bins${{ matrix.bits }}
+ name: rgbds-canary-win${{ matrix.bits }}
path: bins
- name: Extract binaries
shell: bash