Ray
hace 4 años
cometido por
GitHub
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
-
.github/workflows/windows.yml
|
|
@ -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' |
|
|
|
|
|
|
|