gpu-dawn: do not include OS and libc version in download URLs
I'm not sure including the OS and libc version in download URLs makes much sense. It may be useful to include them as metadata in the future alongside the release, but it seems better to exclude these from the URL (especially so that others can download them from a script without fear of them changing for non-Zig consumption.) Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
a68c73bc68
commit
5b594ce40e
3 changed files with 13 additions and 17 deletions
4
gpu-dawn/.github/workflows/ci.yml
vendored
4
gpu-dawn/.github/workflows/ci.yml
vendored
|
|
@ -88,7 +88,7 @@ jobs:
|
|||
- name: upload (debug)
|
||||
run: ./dev/upload-release.sh
|
||||
env:
|
||||
RELEASE_NAME: x86_64-macos.12---12-gnu_debug
|
||||
RELEASE_NAME: x86_64-macos-gnu_debug
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
x86_64-macos_release-fast:
|
||||
runs-on: macos-latest
|
||||
|
|
@ -111,5 +111,5 @@ jobs:
|
|||
- name: upload (release-fast)
|
||||
run: ./dev/upload-release.sh
|
||||
env:
|
||||
RELEASE_NAME: x86_64-macos.12---12-gnu_release-fast
|
||||
RELEASE_NAME: x86_64-macos-gnu_release-fast
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
4
gpu-dawn/.github/workflows/m1_ci.yml
vendored
4
gpu-dawn/.github/workflows/m1_ci.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: upload (debug)
|
||||
run: ./dev/upload-release.sh
|
||||
env:
|
||||
RELEASE_NAME: aarch64-macos.12---12-gnu_debug
|
||||
RELEASE_NAME: aarch64-macos-gnu_debug
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: install (release-fast)
|
||||
run: zig build install -Ddawn-from-source=true -Drelease-fast=true -Dtarget=aarch64-macos.12-gnu
|
||||
|
|
@ -39,6 +39,6 @@ jobs:
|
|||
- name: upload (release-fast)
|
||||
run: ./dev/upload-release.sh
|
||||
env:
|
||||
RELEASE_NAME: aarch64-macos.12---12-gnu_release-fast
|
||||
RELEASE_NAME: aarch64-macos-gnu_release-fast
|
||||
UPLOAD_HEADERS: true
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue