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

support post run scripts #82

Open
Vrtgs opened this issue Aug 15, 2024 · 3 comments
Open

support post run scripts #82

Vrtgs opened this issue Aug 15, 2024 · 3 comments

Comments

@Vrtgs
Copy link

Vrtgs commented Aug 15, 2024

this is useful for example for with use with a packer, such as UPX

@taiki-e
Copy link
Owner

taiki-e commented Sep 3, 2024

To be honest, I personally am not very happy with allowing execution of arbitrary code.

If there is really no other way to support it then I guess we have no choice...

@Vrtgs
Copy link
Author

Vrtgs commented Sep 3, 2024

To be honest, I personally am not very happy with allowing execution of arbitrary code.

I mean build scripts are already a thing soooo

@ahaoboy
Copy link

ahaoboy commented Oct 15, 2024

#85

If support uploading artifacts, there is a solution

- uses: taiki-e/upload-rust-binary-action@v1
  with:
    dry-run: true
    artifact: true

- uses: actions/download-artifact@v4
- some post scripts
- uses: softprops/action-gh-release@v2

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

3 participants