Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mgqnfoqv7k2w
AutoBuildImmortalWrt
Commits
48a09869
Unverified
Commit
48a09869
authored
Dec 07, 2024
by
wukongdaily
Committed by
GitHub
Dec 07, 2024
Browse files
Update rockchip.yml
parent
32d41a66
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
.github/workflows/rockchip.yml
.github/workflows/rockchip.yml
+4
-3
No files found.
.github/workflows/rockchip.yml
View file @
48a09869
...
@@ -26,9 +26,10 @@ jobs:
...
@@ -26,9 +26,10 @@ jobs:
-
name
:
Locate firmware file
-
name
:
Locate firmware file
id
:
locate_file
id
:
locate_file
run
:
|
run
:
|
firmware_file=$(ls "${{ github.workspace }}/bin" | grep 'squashfs' | head -n 1)
firmware_files=$(ls "${{ github.workspace }}/bin")
echo "Firmware file located at ${{ github.workspace }}/bin/$firmware_file"
echo "Firmware files located:"
echo "firmware_path=${{ github.workspace }}/bin/$firmware_file" >> $GITHUB_ENV
echo "$firmware_files"
echo "firmware_paths=$(ls "${{ github.workspace }}/bin")" >> $GITHUB_ENV
-
name
:
Upload firmware
-
name
:
Upload firmware
uses
:
actions/upload-artifact@v4
uses
:
actions/upload-artifact@v4
with
:
with
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment