Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request ps2homebrew#458 from israpps/OPL-Mega-Backups
Browse files Browse the repository at this point in the history
OPL Builds Backup
  • Loading branch information
uyjulian authored Jul 5, 2021
2 parents e7a36fa + 0d9dbc0 commit 9198233
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,21 @@ jobs:
OPNPS2LD-VARIANTS-${{ steps.version.outputs.version }}.7z
OPNPS2LD.7z
OPNPS2LD-VARIANTS.7z
- name: Upload pre-release to Mega
if: github.ref == 'refs/heads/master'
uses: Difegue/action-megacmd@master
with:
args: put -c OPNPS2LD.7z /OPL/Pre-Release/${{ steps.version.outputs.version }}/
env:
USERNAME: ${{ secrets.USERNAME }}
PASSWORD: ${{ secrets.PASSWORD }}

- name: Upload release to Mega
if: startsWith(github.ref, 'refs/tags/v')
uses: Difegue/action-megacmd@master
with:
args: put -c OPNPS2LD.7z /OPL/Release/${{ steps.version.outputs.version }}/
env:
USERNAME: ${{ secrets.USERNAME }}
PASSWORD: ${{ secrets.PASSWORD }}

0 comments on commit 9198233

Please sign in to comment.