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

Build successful but I don't see any artifacts available to download in github. #12

Open
nerddotdad opened this issue Sep 2, 2024 · 1 comment

Comments

@nerddotdad
Copy link

So I'm just diving into this world of building my own packages for some of my automations. I managed to get it to push out a successful build but for whatever reason I cannot download the artifacts coming out of the build. I guess my question would be is the exporting of artifacts in scope for this action? Or is the expectation to point the artifacts to a specific place so then another action could pick them up and release them?

Screenshot from 2024-09-01 17-56-30

@bocan
Copy link

bocan commented Oct 20, 2024

You've got to upload the artifacts with another action. Add a step like this:

        name: upload
        uses: actions/upload-artifact@v4
        with:
          path: debian/artifacts/
          name: debian_package

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

2 participants