diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 5d15080a..ec5b72f9 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -191,6 +191,10 @@ jobs: with: name: Spotube-Linux-Bundle path: ./Spotube-Linux-Bundle + - uses: actions/download-artifact@v3 + with: + name: Spotube-Android-Bundle + path: ./Spotube-Android-Bundle - name: Get latest tag id: tag uses: dawidd6/action-get-tag@v1