Browse Source

Update cd_src_release.yml

pull/1067/head
Ray 5 years ago
committed by GitHub
parent
commit
b978dec51c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      .github/workflows/cd_src_release.yml

+ 3
- 2
.github/workflows/cd_src_release.yml View File

@ -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

Loading…
Cancel
Save