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

checksums.txt and *.rpm were missing from 0.6.0 #275

Open
suzuki-shunsuke opened this issue Feb 22, 2024 · 3 comments
Open

checksums.txt and *.rpm were missing from 0.6.0 #275

suzuki-shunsuke opened this issue Feb 22, 2024 · 3 comments

Comments

@suzuki-shunsuke
Copy link
Contributor

checksums.txt and *.rpm were missing from GitHub Releases.

image

Is this change expected?

Could you release checksums.txt?
We don't use *.rpm so we don't care about them.

Thank you.

@suzuki-shunsuke
Copy link
Contributor Author

The upload job succeeded.

https://github.com/jumppad-labs/jumppad/actions/runs/7992190185/job/21828381866

- name: All
uses: dagger/dagger-for-github@v5
with:
verb: call
module: ./.dagger
args: all --output=./output --src=. --github-token=GITHUB_TOKEN --notorize-cert=./cert.p12 --notorize-cert-password=QUILL_SIGN_PASSWORD --notorize-key=./key.p8 --notorize-id=${{secrets.QUILL_NOTARY_KEY_ID}} --notorize-issuer=${{secrets.QUILL_NOTARY_ISSUER}}
version: "0.9.9"
cloud-token: ${{ secrets.DAGGER_TOKEN }}
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: archives
path: |
./output

v0.5.59...0.6.0

@nicholasjackson
Copy link
Contributor

@suzuki-shunsuke Sorry I inadvertently broke this while migrating the build process to dagger, was working on a fix yesterday. Should have this fixed with the 0.7.1 release today.

@suzuki-shunsuke
Copy link
Contributor Author

Thank you!

@nicholasjackson nicholasjackson linked a pull request Mar 5, 2024 that will close this issue
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