Skip to content

Commit

Permalink
fixed flow action
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Apr 28, 2024
1 parent 392c519 commit 7a1ef95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 151 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/flows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ jobs:
build-deb:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4

- name: List working directory
run: ls -alR ..

- name: Create package structure
run: |
mkdir -p .debpkg/home/node-red/.node-red
Expand Down
151 changes: 0 additions & 151 deletions .github/workflows/pi-gen-action.yml

This file was deleted.

0 comments on commit 7a1ef95

Please sign in to comment.