Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgomesdev committed Dec 21, 2023
1 parent e6bb7cd commit 8112f3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:

- name: 🔨 - Build
run: >
cross build --release --target ${{ matrix.target }} && \
mv server/target/release/rusty_controller server/rusty_controller-${{ matrix.build }}
cross build --release --target ${{ matrix.target }} && ls -R server/target/ && \
mv server/target/**/release/rusty_controller server/rusty_controller-${{ matrix.build }}
- name: 📦 - Copy artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8112f3f

Please sign in to comment.