Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
szyper-sakrona authored Aug 19, 2024
1 parent 53f2d73 commit 4fc47f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Author: ptpt52
#=================================================

name: x-wrt-23.06_b202307110013=ath79-generic
name: Build Jobs 24.04_b202408182159

on:
release:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
cp release.tag x-wrt/
cd x-wrt
echo -e "$(nproc) thread build."
TARGET=ath79-generic sh build.sh $(nproc)
TARGET=ramips-mt7621 sh build.sh $(nproc)
- name : Upload make.log if failure
uses: actions/upload-artifact@v3
Expand All @@ -83,5 +83,5 @@ jobs:
- name : Upload artifact
uses: actions/upload-artifact@v3
with:
name: x-wrt-23.06_b202307110013=ath79-generic
name: x-wrt=ramips-mt7621
path: x-wrt/rom/

0 comments on commit 4fc47f6

Please sign in to comment.