Skip to content

Commit

Permalink
try to set up fdroid repo
Browse files Browse the repository at this point in the history
  • Loading branch information
kawaiiDango committed Mar 10, 2024
1 parent 2d83ea7 commit 1752730
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/fdroid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Create basic directory structure
run: mkdir -p fdroid/repo
# - name: Create basic directory structure
# run: mkdir -p fdroid/repo

- name: Restore correct mtime
run: |
Expand All @@ -47,8 +47,8 @@ jobs:
- name: Set up repo secrets
run: |
echo "${{ secrets.KEYSTORE_P12 }}" | base64 -d - > fdroid/keystore.p12
echo "${{ secrets.CONFIG_YML }}" | base64 -d - > fdroid/config.yml
echo "${{ secrets.KEYSTORE_P12 }}" | base64 -d - > fdroid-repo/fdroid/keystore.p12
echo "${{ secrets.CONFIG_YML }}" | base64 -d - > fdroid-repo/fdroid/config.yml
- name: Run update script
run: cd fdroid-repo/fdroid && bash update.sh 2>&1
Expand Down
1 change: 1 addition & 0 deletions fdroid-repo/fdroid/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ curl -L -o "repo/${PACKAGE}/en-US/phoneScreenshots/4random.png" "https://i.imgur
cp ../../app/src/main/play/listings/en-US/icon/icon.png "repo/${PACKAGE}/en-US/icon.png"

# Run fdroid update
fdroid init
fdroid update --create-metadata

0 comments on commit 1752730

Please sign in to comment.