Browse Source

Update cd_src_release.yml

pull/1067/head
Ray 6 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 on: release
jobs: jobs:
release: release:
name: Upload Release Asset
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@master uses: actions/checkout@master
- name: Build project # This would actually build your project, using zip for an example artifact - name: Build project # This would actually build your project, using zip for an example artifact
run: | run: |
zip --build_path raylib README.md
zip raylib README.md
- name: Create Release - name: Create Release
id: create_release id: create_release
uses: actions/create-release@v1 uses: actions/create-release@v1

Loading…
Cancel
Save