diff --git a/.github/workflows/release-app.yml b/.github/workflows/release-app.yml index b9d7655..879439c 100644 --- a/.github/workflows/release-app.yml +++ b/.github/workflows/release-app.yml @@ -83,6 +83,12 @@ jobs: if: steps.bats-tests.outputs.bats_run == 'fail' run: exit 1 + - uses: actions/upload-artifact@master + with: + overwrite: true + name: build-dir + path: build/ + release: needs: - test