Explorar el Código

Update linux.yml

pull/1470/head
Ray hace 4 años
cometido por GitHub
padre
commit
60ffc9f59b
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/linux.yml

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

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

Cargando…
Cancelar
Guardar