diff options
| author | Ray <[email protected]> | 2020-01-09 23:51:47 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-01-09 23:51:47 +0100 |
| commit | b978dec51c4bc643fe3d380cd14126c6c1fc8d91 (patch) | |
| tree | 5e9df8ac86ffe4a173354aef78c558226600cd68 | |
| parent | 8cef1d12f2e31fd4609fb3dba1ff7f347f21b806 (diff) | |
| download | raylib-b978dec51c4bc643fe3d380cd14126c6c1fc8d91.tar.gz raylib-b978dec51c4bc643fe3d380cd14126c6c1fc8d91.zip | |
Update cd_src_release.yml
| -rw-r--r-- | .github/workflows/cd_src_release.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/cd_src_release.yml b/.github/workflows/cd_src_release.yml index 763e74b1..94246174 100644 --- a/.github/workflows/cd_src_release.yml +++ b/.github/workflows/cd_src_release.yml @@ -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 |
