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

Release Binary Assets failed on v0.5.1 #70

Open
sassman opened this issue Apr 18, 2022 · 0 comments
Open

Release Binary Assets failed on v0.5.1 #70

sassman opened this issue Apr 18, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@sassman
Copy link
Member

sassman commented Apr 18, 2022

As on build

there is a problem on all 4 artifact builds:

Run filename="stegano-$TAG-amd64-static.deb"
  filename="stegano-$TAG-amd64-static.deb"
  mv target/x86_64-unknown-linux-musl/debian/stegano-cli*.deb "$filename"
  echo "::set-output name=filename::$filename"
  shell: /bin/bash --noprofile --norc -e -o pipefail {0}
  env:
    CACHE_ON_FAILURE: false
    CARGO_INCREMENTAL: 0
    TAG: v0.5.1
mv: rename target/x86_64-unknown-linux-musl/debian/stegano-cli*.deb to stegano-v0.5.1-amd64-static.deb: No such file or directory
Error: Process completed with exit code 1.

and

Run filename="stegano-$TAG-amd64-static.deb"
  filename="stegano-$TAG-amd64-static.deb"
  mv target/x86_64-unknown-linux-musl/debian/stegano-cli*.deb "$filename"
  echo "::set-output name=filename::$filename"
  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
  env:
    CACHE_ON_FAILURE: false
    CARGO_INCREMENTAL: 0
    TAG: v0.5.1
mv: cannot move 'target/x86_64-unknown-linux-musl/debian/stegano-cli_0.5.1_amd64.deb' to 'stegano-v0.5.1-amd64-static.deb': Permission denied
Error: Process completed with exit code 1.
@sassman sassman added the bug Something isn't working label Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant