Skip to content

Commit 7839ec6

Browse files
committed
test
1 parent ee242fc commit 7839ec6

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
name: Compile and release
22

3-
on:
4-
push:
5-
tags:
6-
- 'v*'
7-
8-
pull_request:
9-
branches:
10-
- main
11-
12-
workflow_dispatch:
3+
on: push
134

145
jobs:
156
prebuild:
@@ -193,6 +184,7 @@ jobs:
193184
# Use a run-specific output directory to avoid clashes
194185
BUILD_OUTPUT="/home/runner/_shared/runs/$GITHUB_RUN_ID/build-output"
195186
mkdir -p $BUILD_OUTPUT
187+
ls -l "$BUILD_OUTPUT"
196188
mv kernels-latest.tar.gz $BUILD_OUTPUT/kernels-latest-${TARGET}.tar.gz
197189
mv kernel-devel-all.tar.gz $BUILD_OUTPUT/kernel-devel-all-${TARGET}.tar.gz
198190

0 commit comments

Comments
 (0)