let's try this instead

This commit is contained in:
techbot 2023-09-20 23:01:07 +02:00
parent 18dbf5474b
commit bf4c4213cf

View File

@ -18,13 +18,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Rename addon.json
run: mv addon_develop.json addon.json
- name: Publish to Steam Workshop
uses: Earu/GSW-action@V2.1
uses: vurv78/gmod-upload@v0.1.3
env:
STEAM_USERNAME: ${{ secrets.STEAM_NAME }}
STEAM_PASSWORD: ${{ secrets.STEAM_PASSWORD }}
with:
account-name: ${{secrets.STEAM_NAME}}
account-password: ${{secrets.STEAM_PASSWORD}}
workshop-id: '3038093543'
addon-path: ${{github.workspace}}
id: '3038093543'
changelog: ${{ github.event.head_commit.message }}
config: "addon_develop.json"