Ver a proveniência

Update linux.yml

pull/1359/head
Ray há 4 anos
committed by GitHub
ascendente
cometimento
a33111ae9d
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 7 adições e 1 eliminações
  1. +7
    -1
      .github/workflows/linux.yml

+ 7
- 1
.github/workflows/linux.yml Ver ficheiro

@ -25,11 +25,17 @@ jobs:
COMPILER_PATH: "/user/bin"
env:
RELEASE_NAME: raylib-3.1_linux_${{ matrix.ARCH_NAME }}
RELEASE_NAME: raylib-dev_linux_${{ matrix.ARCH_NAME }}
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Setup Release Version
run: |
echo "::set-env name=RELEASE_NAME::raylib-${{ github.event.release.tag_name }}_linux_${{ matrix.ARCH_NAME }}"
shell: bash
if: github.event_name == 'release' && github.event.action == 'published'
- name: Setup Environment
run: |

Carregando…
Cancelar
Guardar