Rename CI artifacts to allow static access

This commit is contained in:
Morilli 2024-06-12 17:35:38 +02:00
parent 72f9e6c952
commit 7aed24bda3
1 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ jobs:
- name: Upload Linux dev build
uses: actions/upload-artifact@v4
with:
name: BizHawk-dev-${{ github.sha }}-linux
name: BizHawk-dev-linux
path: packaged_output
- name: Package (Windows)
@ -74,5 +74,5 @@ jobs:
- name: Upload Windows dev build
uses: actions/upload-artifact@v4
with:
name: BizHawk-dev-${{ github.sha }}-windows
name: BizHawk-dev-windows
path: packaged_output