Skip to content

Commit d0d11f2

Browse files
committed
fix: apt-repo
1 parent 276d974 commit d0d11f2

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
cp ${{ steps.build-deb.outputs.file_name }} ${{ matrix.config.dir }}/
185185
- name: Update apt repo
186186
if: ${{ matrix.config.os == 'ubuntu-latest' }}
187-
uses: jrandiny/apt-repo-action@v2.0.1
187+
uses: Pivot-Studio/apt-repo-action@master
188188
with:
189189
github_token: ${{ secrets.PAT }}
190190
repo_supported_arch: |
@@ -197,10 +197,12 @@ jobs:
197197
public_key: ${{ secrets.PUBLIC }}
198198
private_key: ${{ secrets.PRIVATE }}
199199
key_passphrase: ${{ secrets.SECRET }}
200-
page_branch: apt
200+
page_branch: master
201+
github_repository: Pivot-Studio/apt-repo
202+
201203
- name: Update apt repo
202204
if: ${{ matrix.config.os == 'ubuntu-latest' }}
203-
uses: jrandiny/apt-repo-action@v2.0.1
205+
uses: Pivot-Studio/apt-repo-action@master
204206
with:
205207
github_token: ${{ secrets.PAT }}
206208
repo_supported_arch: |
@@ -213,7 +215,8 @@ jobs:
213215
public_key: ${{ secrets.PUBLIC }}
214216
private_key: ${{ secrets.PRIVATE }}
215217
key_passphrase: ${{ secrets.SECRET }}
216-
page_branch: apt
218+
page_branch: master
219+
github_repository: Pivot-Studio/apt-repo
217220
- name: tar artifacts
218221
if: ${{ matrix.config.os != 'windows-latest' }}
219222
env:

0 commit comments

Comments
 (0)