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 1f8a46b commit e6bb7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: 🔨 - Build
run: >
cross build --release --target ${{ matrix.target }} && \
mv server/target/**/release/rusty_controller server/rusty_controller-${{ matrix.build }}
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 e6bb7cd

Please sign in to comment.