From 99a6ff84b26ad0b8f8e33cd79cd63619c530f4e5 Mon Sep 17 00:00:00 2001 From: trevyn <230691+trevyn@users.noreply.github.com> Date: Tue, 6 Aug 2024 14:55:16 +0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d642e9..77da42d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,7 @@ name: ci on: push: pull_request: + schedule: [cron: "40 1 * * *"] permissions: contents: read @@ -58,14 +59,14 @@ jobs: # - run: mv target/release/soto soto # if: ${{ matrix.os != 'windows-latest' }} - # - run: mv target/release/soto.exe soto - # if: ${{ matrix.os == 'windows-latest' }} + - run: mv target/release/soto.exe Godottest.exe + if: ${{ matrix.os == 'windows-latest' }} - uses: actions/upload-artifact@v4 if: ${{ matrix.rust == 'nightly' && matrix.os == 'windows-latest' }} with: name: Godottest - path: target/release/soto.exe + path: Godottest.exe if-no-files-found: error publish: @@ -94,4 +95,4 @@ jobs: - run: ls - run: ls Godottest - # - run: steamcmd +login ${{ secrets.STEAM_USERNAME }} +run_app_build "$(pwd)/manifest.vdf" +quit + - run: steamcmd +login ${{ secrets.STEAM_USERNAME }} +run_app_build "$(pwd)/manifest.vdf" +quit