Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: No artifacts were founded (Windows MSI) #299

Closed
chlbri opened this issue Aug 29, 2022 · 4 comments
Closed

Error: No artifacts were founded (Windows MSI) #299

chlbri opened this issue Aug 29, 2022 · 4 comments

Comments

@chlbri
Copy link

chlbri commented Aug 29, 2022

I use this config

        uses: tauri-apps/tauri-action@v0.2
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
        with:
          tagName: ${{ needs.tag.outputs.tag }}
          releaseName: ${{ needs.tag.outputs.tag }}
          releaseBody: 'See the assets to download this version and install.'
          releaseDraft: false
          prerelease: false

and I receive as result:

Finished 1 bundle at:
490
D:\a\tauri-solid\tauri-solid\src-tauri\target\release\bundle/msi/tauri-solid_0.1.0_x64_en-US.msi

492 Error: No artifacts were found.

@mardukbp
Copy link

mardukbp commented Sep 15, 2022

Similar to #297 and #240.

@FabianLars
Copy link
Member

Actually this looks like the issue fixed in #227 - Upgrade your tauri-action dependency to v0.3 and it should work.

@dharun-sahaj
Copy link

dharun-sahaj commented Sep 16, 2022

Updating to 0.3 still gives similar error

D:\a\dir_name\dir1\src-tauri\target\release\bundle\msi\desktop_app_0.1.0_x64_en-US.msi
D:\a\dir_name\dir1\src-tauri\target\release\bundle\msi\desktop_app_0.1.0_x64_en-US.msi.zip
D:\a\dir_name\dir1\src-tauri\target\release\bundle\msi\desktop_app_0.1.0_x64_en-US.msi.zip.sig
Error: No artifacts were found.

@chlbri

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants