Skip to content

Commit

Permalink
Merge branch 'ios-jb' of https://github.com/oatmealdome/dolphin into …
Browse files Browse the repository at this point in the history
…ios-jb
  • Loading branch information
OatmealDome committed Jul 8, 2021
2 parents 20d7908 + 7ff6497 commit 67f39f7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:

jobs:
build-jb:
runs-on: macos-10.15
runs-on: macos-11

steps:
- uses: actions/checkout@v2

- name: Install build utilities
run: |
sudo xcode-select -s /Applications/Xcode_12.4.app/Contents/Developer
sudo xcode-select -s /Applications/Xcode_12.5.1.app/Contents/Developer
brew install ninja bartycrouch dpkg s3cmd libmagic dos2unix
pip3 install polib python-magic
Expand Down Expand Up @@ -83,20 +83,20 @@ jobs:
- name: Upload
env:
S3CMD_ARGS: "--access_key=${{ secrets.SPACES_KEY }} --secret_key=${{ secrets.SPACES_SECRET }} --host=${{ secrets.SPACES_ENDPOINT }} --host-bucket=${{ secrets.S3_BUCKET }}"
BUCKET_ROOT_PATH: "s3://dios-archive/builds"
BUCKET_ROOT_PATH: "s3://builds"
run: |
s3cmd put ${{ env.JB_DEB_PATH }}/DolphiniOS.deb ${{ env.BUCKET_ROOT_PATH }}/DolphiniOS-JB-${{ github.run_number }}.deb ${{ env.S3CMD_ARGS }}
s3cmd put ${{ env.JB_PATREON_DEB_PATH }}/DolphiniOS.deb ${{ env.BUCKET_ROOT_PATH }}/DolphiniOS-JB-Beta-${{ github.run_number }}.deb ${{ env.S3CMD_ARGS }}
build-njb:
runs-on: macos-10.15
runs-on: macos-11

steps:
- uses: actions/checkout@v2

- name: Install build utilities
run: |
sudo xcode-select -s /Applications/Xcode_12.4.app/Contents/Developer
sudo xcode-select -s /Applications/Xcode_12.5.1.app/Contents/Developer
brew install ninja bartycrouch dpkg s3cmd libmagic dos2unix
pip3 install polib python-magic
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
- name: Upload
env:
S3CMD_ARGS: "--access_key=${{ secrets.SPACES_KEY }} --secret_key=${{ secrets.SPACES_SECRET }} --host=${{ secrets.SPACES_ENDPOINT }} --host-bucket=${{ secrets.S3_BUCKET }}"
BUCKET_ROOT_PATH: "s3://dios-archive/builds"
BUCKET_ROOT_PATH: "s3://builds"
run: |
s3cmd put ${{ env.NJB_IPA_PATH }}/DolphiniOS-NJB.ipa ${{ env.BUCKET_ROOT_PATH }}/DolphiniOS-NJB-${{ github.run_number }}.ipa ${{ env.S3CMD_ARGS }}
s3cmd put ${{ env.NJB_IPA_PATH }}/DolphiniOS-NJB-Universal.ipa ${{ env.BUCKET_ROOT_PATH }}/DolphiniOS-NJB-Universal-${{ github.run_number }}.ipa ${{ env.S3CMD_ARGS }}
Expand Down

0 comments on commit 67f39f7

Please sign in to comment.