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 2216b31 commit 803debf
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,19 @@ jobs:
- run: ls
working-directory: target/release

- run: mv target/release/brace brace
if: ${{ matrix.os != 'windows-latest' }}
- run: cargo tree -i glow

- run: mv target/release/brace.exe brace
if: ${{ matrix.os == 'windows-latest' }}
# - run: mv target/release/soto soto
# if: ${{ matrix.os != 'windows-latest' }}

# - run: mv target/release/soto.exe soto
# if: ${{ matrix.os == 'windows-latest' }}

- uses: actions/upload-artifact@v4
if: ${{ matrix.rust == 'nightly' && matrix.os == 'windows-latest' }}
with:
name: Godottest/godottest.exe
path: brace.exe
path: target/release/soto.exe
if-no-files-found: error

publish:
Expand Down

0 comments on commit 803debf

Please sign in to comment.