Skip to content

Commit 32aa3f7

Browse files
committed
chore: no subdir
1 parent ba4bfb5 commit 32aa3f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020

2121
- name: Copy Built Result
2222
run: |
23-
cp -r ./result $GITHUB_WORKSPACE/binary
23+
cp -r ./result/bin/mms $GITHUB_WORKSPACE/
2424
2525
- name: Build wasm
2626
run: nix build ".#wasm"
2727

2828
- name: Copy wasm Result
2929
run: |
30-
cp -r ./result $GITHUB_WORKSPACE/wasm
30+
cp -r ./result/* $GITHUB_WORKSPACE/
3131
3232
- name: Get tag name
3333
id: get_tag
@@ -37,7 +37,7 @@ jobs:
3737
uses: softprops/action-gh-release@v2
3838
with:
3939
tag_name: ${{ steps.get_tag.outputs.tag }}
40-
files: $GITHUB_WORKSPACE/{wasm,binary}
40+
files: $GITHUB_WORKSPACE/*
4141

4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)