Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
CNCSMonster committed Sep 26, 2024
1 parent 5b4521b commit 56d3eee
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 @@ -39,7 +39,7 @@ jobs:
run: |
mkdir $RELEASE_NAME
cp $ARTIFACTS_DIR/xdotter -t $RELEASE_NAME
cp readme.md LICENSE -t $RELEASE_NAME
cp README.md LICENSE -t $RELEASE_NAME
tar -zcvf $RELEASE_NAME.${{ matrix.archive }} -C $RELEASE_NAME .
- name: Release
Expand Down

0 comments on commit 56d3eee

Please sign in to comment.