Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI Fixes #790

Merged
merged 1 commit into from
Jul 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Compile And Upload Plugin To Tags and Releases
name: Status

on:
push:
Expand Down Expand Up @@ -67,7 +67,13 @@ jobs:
with:
name: compiled-files
path: artifacts


- name: "Generate release changelog"
uses: Bullrich/generate-release-changelog@master
id: Changelog
env:
REPO: ${{ github.repository }}

- name: Tag And Attach Nightly Build
uses: ncipollo/release-action@v1.8.3
with:
Expand All @@ -78,11 +84,7 @@ jobs:
tag: "v${{ needs.build.outputs.get5-version }}-${{ needs.build.outputs.sha-short }}"
name: "Nightly ${{ needs.build.outputs.get5-version }}-${{ needs.build.outputs.sha-short }}"
body: |
Please note while these are compiled nightly builds, bugs may still exist in the software.
When reporting an issue, please include the debug log by calling `get5_debuginfo` and attach
the file located at addons/sourcemod/logs/get5_debuginfo.txt.
This will help speed up the process of tracking down bugs based
on that specific version.
${{ steps.Changelog.outputs.changelog }}

deploy-stable:
needs: [build]
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ get5
===========================

[![Build Status](https://github.com/splewis/get5/actions/workflows/build.yml/badge.svg)](https://github.com/splewis/get5/actions/workflows/build.yml)
[![Stable Downloads](https://img.shields.io/github/downloads/splewis/get5/latest/total.svg?&label=Stable&sort=semver)](https://github.com/splewis/get5/releases/latest)
[![Nightly Downloads](https://img.shields.io/github/downloads/splewis/get5/total.svg?&label=Nightlies)](https://github.com/splewis/get5/releases)
[![Downloads](https://img.shields.io/github/downloads/splewis/get5/total.svg?&label=Downloads)](https://github.com/splewis/get5/releases/latest)
[![Discord Chat](https://img.shields.io/discord/926309849673895966.svg)](https://discord.gg/zmqEa4keCk)

**Status: Supported, actively developed.**
Expand Down