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