Explorar el Código

Update cd_src_release.yml

pull/1067/head
Ray hace 6 años
cometido por GitHub
padre
commit
b978dec51c
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 3 adiciones y 2 borrados
  1. +3
    -2
      .github/workflows/cd_src_release.yml

+ 3
- 2
.github/workflows/cd_src_release.yml Ver fichero

@ -1,15 +1,16 @@
name: CD - Source Build & Release - Linux
on: release
jobs:
release:
name: Upload Release Asset
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Build project # This would actually build your project, using zip for an example artifact
run: |
zip --build_path raylib README.md
zip raylib README.md
- name: Create Release
id: create_release
uses: actions/create-release@v1

Cargando…
Cancelar
Guardar