Skip to content

Commit 6d467cb

Browse files
Ro6afFalehander92
authored andcommitted
fix(ci): specify branch on badge, don't upload artifact to github
1 parent 0334fa2 commit 6d467cb

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/codetracer.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ jobs:
150150

151151
- run: "nix develop .#devShells.x86_64-linux.default --command ./ci/build/nix.sh"
152152

153+
153154
appimage-build:
154155
runs-on: [self-hosted, nixos]
155156
needs:
@@ -174,12 +175,6 @@ jobs:
174175
- name: Build
175176
run: "nix develop .#devShells.x86_64-linux.default --command ./ci/build/appimage.sh"
176177

177-
- name: Upload artifact
178-
uses: actions/upload-artifact@v4
179-
with:
180-
name: AppImage
181-
path: CodeTracer.AppImage
182-
183178

184179
test-rust:
185180
runs-on: [self-hosted, nixos]

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- enable when we have a github release [![Release](https://img.shields.io/github/release/metacraft-labs/codetracer.svg)](https://github.com/metacraft-labs/codetracer/releases) -->
2-
[![CI Status](https://github.com/metacraft-labs/codetracer/actions/workflows/codetracer.yml/badge.svg)](https://github.com/metacraft-labs/codetracer/actions/workflows/codetracer.yml)
2+
[![CI Status](https://github.com/metacraft-labs/codetracer/actions/workflows/codetracer.yml/badge.svg?branch=main)](https://github.com/metacraft-labs/codetracer/actions/workflows/codetracer.yml)
33
[![Discord](https://img.shields.io/discord/1326949714679038014?label=Discord&logo=discord&style=flat)](https://discord.gg/aH5WTMnKHT)
44

55
[Download CodeTracer AppImage](https://downloads.codetracer.com/CodeTracer-25.02.1-amd64.AppImage)
@@ -98,7 +98,7 @@ https://downloads.codetracer.com/feature-highlights/eventlog.mp4
9898

9999
### Terminal Output
100100

101-
The terminal output panel renders the recorded `stdout` and `stderr` events like a standard terminal. Clicking anywhere in the output takes you to the exact moment when the specific character was generated. This allows for a fallback to a more traditional print-style debugging when the expressivity of tracepoints is not sufficient. In the future, CodeTracer will allow you to slide through the states of the terminal through time which will help for debugging highly interactive TUI apps.
101+
The terminal output panel renders the recorded `stdout` and `stderr` events like a standard terminal. Clicking anywhere in the output takes you to the exact moment when the specific character was generated. This allows for a fallback to a more traditional print-style debugging when the expressivity of tracepoints is not sufficient. In the future, CodeTracer will allow you to slide through the states of the terminal through time which will help for debugging highly interactive TUI apps.
102102

103103
https://downloads.codetracer.com/feature-highlights/terminal.mp4
104104

0 commit comments

Comments
 (0)