summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cd_src_release.yml5
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