Skip to content

Commit

Permalink
ci: remove find
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Feb 9, 2024
1 parent da47fa0 commit f668fb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Debian Package
name: Build .deb Packages

on:
repository_dispatch:
Expand Down Expand Up @@ -161,7 +161,6 @@ jobs:
- name: Add packages to repository
shell: bash
run: |
find .
# loop over all supported debian releases
for release in 'bookworm' 'bullseye' 'buster'; do
for deb in ./debian_*.deb; do
Expand Down

0 comments on commit f668fb7

Please sign in to comment.