Skip to content

Commit

Permalink
fix appstore build
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <[email protected]>
  • Loading branch information
icewind1991 committed Nov 6, 2023
1 parent 27315ea commit 7fa27fc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/appstore-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
with:
name: notify-push
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
### Adjustments end ###

- name: Check actor permission
Expand All @@ -44,6 +40,9 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
path: ${{ env.APP_NAME }}
### Adjustment start ###
fetch-depth: 0
### Adjustment end ###

- name: Get appinfo data
id: appinfo
Expand Down

0 comments on commit 7fa27fc

Please sign in to comment.