We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 400a33c commit 81ffc12Copy full SHA for 81ffc12
.github/workflows/debian.yml
@@ -90,7 +90,7 @@ jobs:
90
run: |
91
#echo -e "skipkerneldownload=1\nkernelfile=${{ env.R4Kernel }}" > sourcefiles_bpi-r4.conf
92
echo -e "userpackages=\"${{ inputs.packages }}\"" >> sourcefiles_bpi-r4.conf
93
- ./buildimg.sh bpi-r4 ${{ env.DEBIAN_DIST }}
+ ./buildimg.sh bpi-r4 ${{ vars.DEBIAN_DIST }}
94
95
- name: Upload to gdrive
96
uses: adityak74/google-drive-upload-git-action@main
0 commit comments