Skip to content

Commit 9b081ba

Browse files
committed
more try for packaging
1 parent 7c2412a commit 9b081ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ jobs:
4040
sudo apt-get install -y librust-alsa-sys-dev libasound2-dev libudev-dev
4141
- name: Copy data directory
4242
run: |
43-
mkdir -p ./data
44-
cp -r ./data ./target/${{ matrix.target }}/release/
43+
cp -r ./data ${{ matrix.target }}
4544
- uses: taiki-e/upload-rust-binary-action@v1
4645
with:
4746
bin: raiti

0 commit comments

Comments
 (0)