Skip to content

Commit 81ffc12

Browse files
committed
ci: debian: fix missing dist for bpi-r4
1 parent 400a33c commit 81ffc12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run: |
9191
#echo -e "skipkerneldownload=1\nkernelfile=${{ env.R4Kernel }}" > sourcefiles_bpi-r4.conf
9292
echo -e "userpackages=\"${{ inputs.packages }}\"" >> sourcefiles_bpi-r4.conf
93-
./buildimg.sh bpi-r4 ${{ env.DEBIAN_DIST }}
93+
./buildimg.sh bpi-r4 ${{ vars.DEBIAN_DIST }}
9494
9595
- name: Upload to gdrive
9696
uses: adityak74/google-drive-upload-git-action@main

0 commit comments

Comments
 (0)