diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f35a0ebdc..1082287a7c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,11 +32,14 @@ jobs: # Run the build script sh build.sh + # go to root + cd .. + # Create output directory - mkdir -p ../output + mkdir -p output # Create a release of the file mailpoet.zip - zip -r ../output/mailpoet.zip . + zip -r output/mailpoet.zip mailpoet - name: Upload Release uses: https://gitea.com/actions/release-action@main