Skip to content

Commit 11e073f

Browse files
committed
fix: add README badges and bump upload-artifact
Signed-off-by: Andre Nogueira <aanogueira@protonmail.com>
1 parent d7d3595 commit 11e073f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: go build -v -o bin/git-context${{ matrix.os == 'windows-latest' && '.exe' || '' }} .
8686

8787
- name: Upload artifact
88-
uses: actions/upload-artifact@v4
88+
uses: actions/upload-artifact@v5
8989
with:
9090
name: git-context-${{ matrix.os }}
9191
path: bin/git-context${{ matrix.os == 'windows-latest' && '.exe' || '' }}

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
A powerful command-line tool for managing multiple Git configuration profiles. Seamlessly switch between different Git identities (work, personal, school, etc.) with a single command.
44

55
![Go Version](https://img.shields.io/github/go-mod/go-version/techquestsdev/git-context?logo=go&logoColor=white)
6+
![Build Status](https://github.com/techquestsdev/git-context/workflows/CI/badge.svg)
67
[![codecov](https://codecov.io/gh/techquestsdev/git-context/branch/main/graph/badge.svg)](https://codecov.io/gh/techquestsdev/git-context)
78
![License](https://img.shields.io/github/license/techquestsdev/git-context)
9+
![Latest Release](https://img.shields.io/github/v/release/techquestsdev/git-context?include_prereleases)
810

911
## ✨ Features
1012

0 commit comments

Comments
 (0)