We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c2412a commit 9b081baCopy full SHA for 9b081ba
.github/workflows/release.yml
@@ -40,8 +40,7 @@ jobs:
40
sudo apt-get install -y librust-alsa-sys-dev libasound2-dev libudev-dev
41
- name: Copy data directory
42
run: |
43
- mkdir -p ./data
44
- cp -r ./data ./target/${{ matrix.target }}/release/
+ cp -r ./data ${{ matrix.target }}
45
- uses: taiki-e/upload-rust-binary-action@v1
46
with:
47
bin: raiti
0 commit comments