Skip to content

Commit 9df527f

Browse files
13791379
authored andcommitted
style: organize scripts file directory
1 parent b85329f commit 9df527f

File tree

6 files changed

+1
-4
lines changed

6 files changed

+1
-4
lines changed

.github/workflows/linter.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Linter
22

33
on:
44
push:
5-
branches:
6-
- master
7-
- v*
85
paths:
96
- "**/*.go"
107
- ".github/workflows/linter.yml"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
9090
- name: Prepare package for Linux
9191
if: matrix.goos == 'linux'
92-
run: cp -rv ./release/systemd ./build/
92+
run: cp -rv ./scripts/release/systemd ./build/
9393

9494
- name: Create ZIP archive
9595
run: |
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)