Skip to content

Commit

Permalink
disable usage of custom keystores for workflows for now #17
Browse files Browse the repository at this point in the history
  • Loading branch information
XDream8 committed Aug 30, 2022
1 parent 0c1f0f2 commit b103d41
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Build youtube variant
run: |
curl -OL https://github.com/XDream8/revanced-creator/releases/download/keystores/revanced-creator.keystore
export additional_args="--keystore=revanced-creator.keystore"
# curl -OL https://github.com/XDream8/revanced-creator/releases/download/keystores/revanced-creator.keystore
# export additional_args="--keystore=revanced-creator.keystore"
sh -c "$(curl https://raw.githubusercontent.com/XDream8/revanced-creator/main/patch.sh)"
curl -OL https://github.com/XDream8/revanced-creator/releases/download/youtube/vanced-microg.apk
Expand All @@ -43,8 +43,8 @@ jobs:
- name: Build youtube-music variant
run: |
curl -OL https://github.com/XDream8/revanced-creator/releases/download/keystores/revanced-creator-music.keystore
export additional_args="--keystore=revanced-creator-music.keystore"
# curl -OL https://github.com/XDream8/revanced-creator/releases/download/keystores/revanced-creator-music.keystore
# export additional_args="--keystore=revanced-creator-music.keystore"
export what_to_patch="youtube-music"
sh -c "$(curl https://raw.githubusercontent.com/XDream8/revanced-creator/main/patch.sh)"
Expand All @@ -56,8 +56,8 @@ jobs:

- name: Build reddit variant
run: |
curl -OL https://github.com/XDream8/revanced-creator/releases/download/keystores/revanced-creator-reddit.keystore
export additional_args="--keystore=revanced-creator-reddit.keystore"
# curl -OL https://github.com/XDream8/revanced-creator/releases/download/keystores/revanced-creator-reddit.keystore
# export additional_args="--keystore=revanced-creator-reddit.keystore"
export what_to_patch="reddit"
sh -c "$(curl https://raw.githubusercontent.com/XDream8/revanced-creator/main/patch.sh)"
Expand All @@ -69,8 +69,8 @@ jobs:

- name: Build twitter variant
run: |
curl -OL https://github.com/XDream8/revanced-creator/releases/download/keystores/revanced-creator-twitter.keystore
export additional_args="--keystore=revanced-creator-twitter.keystore"
# curl -OL https://github.com/XDream8/revanced-creator/releases/download/keystores/revanced-creator-twitter.keystore
# export additional_args="--keystore=revanced-creator-twitter.keystore"
export what_to_patch="twitter"
sh -c "$(curl https://raw.githubusercontent.com/XDream8/revanced-creator/main/patch.sh)"
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Test by building youtube-revanced on Ubuntu
run: |
curl -OL https://github.com/XDream8/revanced-creator/releases/download/v0.1/revanced-creator.keystore
export additional_args="--keystore=revanced-creator.keystore"
# curl -OL https://github.com/XDream8/revanced-creator/releases/download/v0.1/revanced-creator.keystore
# export additional_args="--keystore=revanced-creator.keystore"
sh -c "$(curl https://raw.githubusercontent.com/XDream8/revanced-creator/main/patch.sh)"
- name: Check if revanced-youtube apk is created
Expand Down Expand Up @@ -55,8 +55,8 @@ jobs:

- name: Test by building youtube-revanced on WSL
run: |
curl -OL https://github.com/XDream8/revanced-creator/releases/download/v0.1/revanced-creator.keystore
export additional_args="--keystore=revanced-creator.keystore"
# curl -OL https://github.com/XDream8/revanced-creator/releases/download/v0.1/revanced-creator.keystore
# export additional_args="--keystore=revanced-creator.keystore"
sh -c "$(curl https://raw.githubusercontent.com/XDream8/revanced-creator/main/patch.sh)"
- name: Check if revanced-youtube apk is created
Expand All @@ -65,4 +65,3 @@ jobs:
with:
files: "revanced-*-non-root.apk"
allow_failure: true

0 comments on commit b103d41

Please sign in to comment.