Skip to content

Commit 8f69cea

Browse files
authored
Update build-images.yml
1 parent fc1f5c0 commit 8f69cea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-images.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,19 +96,19 @@ jobs:
9696
echo "not empty" > changes
9797
9898
- uses: actions/checkout@v3
99-
if: ${{ github.repository_owner == 'Armbian' && github.event.inputs.choice != 'stable' && github.event.inputs.choice != 'rc' }}
99+
if: ${{ github.repository_owner == 'Staars' && github.event.inputs.choice != 'stable' && github.event.inputs.choice != 'rc' }}
100100
with:
101101
fetch-depth: 1
102102
path: build
103103
clean: false
104104
ref: nightly
105105

106106
- name: "Get latest release version"
107-
if: ${{ github.repository_owner == 'Armbian' && github.event.inputs.choice != 'stable' && github.event.inputs.choice != 'rc' }}
107+
if: ${{ github.repository_owner == 'Staars' && github.event.inputs.choice != 'stable' && github.event.inputs.choice != 'rc' }}
108108
id: list_releases
109109
run: |
110110
111-
RELE=$(curl -ks https://api.github.com/repos/armbian/build/releases/latest ^| grep "browser_download_url" | grep -o -P '(?<=Armbian.).*(?=_)' | cut -d"_" -f1 | sort | uniq | head -1)
111+
RELE=$(curl -ks https://api.github.com/repos/Staars/build/releases/latest ^| grep "browser_download_url" | grep -o -P '(?<=Staars.).*(?=_)' | cut -d"_" -f1 | sort | uniq | head -1)
112112
SOUR=$(cat build/VERSION)
113113
114114
# skip if version in git is the same as at release
@@ -148,12 +148,12 @@ jobs:
148148
echo "Version: ${{ needs.fake.outputs.version }}"
149149
150150
- uses: actions/checkout@v3
151-
if: ${{ github.repository_owner == 'Armbian' && github.event.inputs.choice != 'stable' && github.event.inputs.choice != 'rc' }}
151+
if: ${{ github.repository_owner == 'Staars' && github.event.inputs.choice != 'stable' && github.event.inputs.choice != 'rc' }}
152152
with:
153153
fetch-depth: 1
154154

155155
- uses: ClementTsang/delete-tag-and-release@v0.3.1
156-
if: ${{ github.repository_owner == 'Armbian' && github.event.inputs.choice != 'stable' && github.event.inputs.choice != 'rc' }}
156+
if: ${{ github.repository_owner == 'Staars' && github.event.inputs.choice != 'stable' && github.event.inputs.choice != 'rc' }}
157157
with:
158158
delete_release: true
159159
tag_name: latest

0 commit comments

Comments
 (0)