Explorar el Código

Update windows.yml

pull/1470/head
Ray hace 4 años
cometido por GitHub
padre
commit
79435bf34e
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      .github/workflows/windows.yml

+ 1
- 1
.github/workflows/windows.yml Ver fichero

@ -45,7 +45,7 @@ jobs:
- name: Setup Release Version
run: |
echo "::set-env name=RELEASE_NAME::raylib-${{ github.event.release.tag_name }}_win${{ matrix.bits }}_${{ matrix.compiler }}"
echo "RELEASE_NAME=raylib-${{ github.event.release.tag_name }}_win${{ matrix.bits }}_${{ matrix.compiler }}" >> $GITHUB_ENV
shell: bash
if: github.event_name == 'release' && github.event.action == 'published'

Cargando…
Cancelar
Guardar