diff --git a/.github/workflows/create_release_with_packages.yml b/.github/workflows/create_release_with_packages.yml index 34974e8..1e8f3f3 100644 --- a/.github/workflows/create_release_with_packages.yml +++ b/.github/workflows/create_release_with_packages.yml @@ -32,4 +32,4 @@ jobs: run: | cd build files="$(find ../ -type f -name "*.curapackage" -printf "-a %p ")" - gh release upload $RELEASE_VERSION $files --clobber \ No newline at end of file + gh release upload $RELEASE_VERSION $files \ No newline at end of file