Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trevyn committed Aug 6, 2024
1 parent 4b27e54 commit 99a6ff8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: ci
on:
push:
pull_request:
schedule: [cron: "40 1 * * *"]

permissions:
contents: read
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 99a6ff8

Please sign in to comment.