Skip to content

Commit

Permalink
target-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Toyz committed Mar 22, 2024
1 parent 3fec104 commit 6acd1e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build for release
run: cargo build --verbose --release -o target/release
run: cargo build --verbose --release -target-dir target
- name: Upload Build Artifact
uses: actions/upload-artifact@v3
with:
name: glitch-artifacts-${{ matrix.os }}
path: target/release

release:
if: startsWith(github.ref, 'refs/tags/v') && github.ref == 'refs/heads/main'
needs: build
Expand Down Expand Up @@ -80,4 +80,4 @@ jobs:
files: |
target/release/glitch*
target/release/*.pdb
!target/release/*.d
!target/release/*.d

0 comments on commit 6acd1e7

Please sign in to comment.