Skip to content

Commit

Permalink
Fix main workflow for deb 12 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
jomann09 authored Feb 13, 2024
1 parent 25715d2 commit 26c9294
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ name: Go Test/Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:

Expand Down Expand Up @@ -122,7 +120,7 @@ jobs:
- name: Archive Build
uses: actions/upload-artifact@v3
with:
name: debian11-build
name: debian12-build
path: build/rcagent_*.deb

build_debian11:
Expand Down

0 comments on commit 26c9294

Please sign in to comment.