From d1d424e231dd747f0e6690cc0537c378336db8bd Mon Sep 17 00:00:00 2001 From: Antoni Baum Date: Sat, 25 Mar 2023 21:27:21 -0700 Subject: [PATCH] Update Build Release.yml --- .github/workflows/Build Release.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/Build Release.yml b/.github/workflows/Build Release.yml index 4f701cb2fa5..959d3f3611d 100644 --- a/.github/workflows/Build Release.yml +++ b/.github/workflows/Build Release.yml @@ -43,16 +43,16 @@ jobs: if: success() || failure() uses: Yard1/PDX-Steam-Workshop-Publisher-Action@master with: - steamLogin: Equestria_at_War - steamPassword: ${{ secrets.STEAMPASSWORD }} - PDXLogin: antoni.baum@protonmail.com - PDXPassword: ${{ secrets.PDXPASSWORD }} - POP3Address: ${{ secrets.POP3ADDRESS }} - POP3User: ${{ secrets.POP3USER }} - POP3Password: ${{ secrets.POP3PASSWORD }} - modPath: "build" - debugImagePath: images - descriptionPath: tutorial/steam_description.txt + steamLogin: Equestria_at_War + steamPassword: ${{ secrets.STEAMPASSWORD }} + PDXLogin: antoni.baum@protonmail.com + PDXPassword: ${{ secrets.PDXPASSWORD }} + POP3Address: ${{ secrets.POP3ADDRESS }} + POP3User: ${{ secrets.POP3USER }} + POP3Password: ${{ secrets.POP3PASSWORD }} + modPath: "build" + debugImagePath: images + descriptionPath: tutorial/steam_description.txt - name: Upload artifact if: always() uses: actions/upload-artifact@v1.0.0