diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 55cd2f9..b6231ea 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -12,12 +12,13 @@ jobs: container: image: cm2network/steamcmd - # volumes: - # - ./data/steamcmd_login_volume:/home/steam/Steam - # - ./data/steamcmd_volume:/home/steam/steamcmd + volumes: + - ./data/steamcmd_login_volume:/home/steam/Satem + - ./data/steamcmd_volume:/home/steam/steamcmd + env: + STEAMCMD_DIR: /home/steam/steamcmd steps: - name: Login steam cmd run: | - pwd - ./steamcmd.sh +login ${{ secrets.STEAM_USERNAME }} ${{ secrets.STEAM_PASSWORD }} +quit \ No newline at end of file + $STEAMCMD_DIR/steamcmd.sh +login ${{ secrets.STEAM_USERNAME }} ${{ secrets.STEAM_PASSWORD }} +quit \ No newline at end of file