Skip to content

Commit

Permalink
ci: fix forgor
Browse files Browse the repository at this point in the history
  • Loading branch information
khanghugo committed Nov 14, 2024
1 parent 0f4b5fc commit 71dedb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Preparing upload
run: |
mkdir gchimp
cp target/${{ matrix.target }}/${{ matrix.configuration }}/${{ matrix.compiled }} gchimp/${{ matrix.filename }}
cp target/${{ matrix.target }}/${{ matrix.configuration }}/${{ matrix.filename-compiled }} gchimp/${{ matrix.filename }}
cp -r dist gchimp/
mv gchimp/dist/config.toml gchimp/config.toml
Expand Down

0 comments on commit 71dedb6

Please sign in to comment.