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
a3fdf756
Unverified
Commit
a3fdf756
authored
Oct 31, 2024
by
wukongdaily
Committed by
GitHub
Oct 31, 2024
Browse files
Update build.yml
parent
52ecf471
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
.github/workflows/build.yml
.github/workflows/build.yml
+9
-1
No files found.
.github/workflows/build.yml
View file @
a3fdf756
...
@@ -8,7 +8,7 @@ jobs:
...
@@ -8,7 +8,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
name
:
Checkout code
-
name
:
Checkout code
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
-
name
:
Set executable permissions
-
name
:
Set executable permissions
run
:
chmod +x build.sh
run
:
chmod +x build.sh
...
@@ -21,3 +21,11 @@ jobs:
...
@@ -21,3 +21,11 @@ jobs:
-v "${{ github.workspace }}/files:/home/build/immortalwrt/files" \
-v "${{ github.workspace }}/files:/home/build/immortalwrt/files" \
-v "${{ github.workspace }}/build.sh:/home/build/immortalwrt/build.sh" \
-v "${{ github.workspace }}/build.sh:/home/build/immortalwrt/build.sh" \
immortalwrt/imagebuilder:x86-64-openwrt-23.05.4 /bin/sh /home/build/immortalwrt/build.sh
immortalwrt/imagebuilder:x86-64-openwrt-23.05.4 /bin/sh /home/build/immortalwrt/build.sh
-
name
:
Upload firmware
uses
:
actions/upload-artifact@v3
with
:
name
:
firmware
path
:
|
./bin/*.bin
./bin/*.img.gz
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