Skip to content

Commit

Permalink
fixed auto push to malte-linke/powercord-pspectrum
Browse files Browse the repository at this point in the history
  • Loading branch information
Parzival authored Aug 23, 2021
1 parent 5a76979 commit 002a528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
git config --global user.email "malte.linke.ml@gmai.com"
git config --global user.name "malte-linke"
git clone https://malte-linke:${{ secrets.API_TOKEN_GITHUB }}@github.com/malte-linke/powercord-pspectrum.git target
cp .\PSpectrum\bin\Release\PSpectrum.exe .\target\bin\PSpectrum.exe
cp ".\PSpectrum v2\bin\Release\PSpectrum.exe" .\target\bin\PSpectrum.exe
cd target
git add .
git diff-index --quiet HEAD || git commit -m "Automated update of PSpectrum.exe"
Expand Down

0 comments on commit 002a528

Please sign in to comment.