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

combine workflows, using choice input for selecting the target platform #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

liudonghua123
Copy link

This pr made the following small changes

  • Combine the similar workflows, using choice input for selecting the target platform
  • Use xz instead of gz for better compress
  • Auto trim the whitespaces of the image name

@bl-sun
Copy link

bl-sun commented Jul 25, 2024

大佬这玩意在外面会套一层.zip这是GitHub的原因吗?

我刚刚去查了一下actions/upload-artifact@v4这个东西好像会自动压缩

- uses: actions/upload-artifact@v4
  with:
    name:
    path:
    if-no-files-found:
    retention-days:

    compression-level:
      # The level of compression for Zlib to be applied to the artifact archive.
      # The value can range from 0 to 9.
      # For large files that are not easily compressed, a value of 0 is recommended for significantly faster uploads.
      # Optional. Default is '6'

    overwrite:

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

Successfully merging this pull request may close these issues.

2 participants