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

Fix windows can not recognize the tag version when publishing #91

Merged
merged 2 commits into from
Mar 20, 2023
Merged

Fix windows can not recognize the tag version when publishing #91

merged 2 commits into from
Mar 20, 2023

Conversation

Tlntin
Copy link
Contributor

@Tlntin Tlntin commented Mar 20, 2023

Github Action Log
Release url

The screenshot is as follows, the windows version number is normal.

image

@solidiquis
Copy link
Owner

Thanks @Tlntin !

@solidiquis solidiquis merged commit 237b389 into solidiquis:master Mar 20, 2023
@solidiquis
Copy link
Owner

Would you happen to know how I might be able to run the newest workflow manually without publishing another release? I made a release last night but the windows version failed to upload and I am trying to get the windows binary uploaded by attempting to manually trigger the workflow.

@Tlntin
Copy link
Contributor Author

Tlntin commented Mar 21, 2023

Would you happen to know how I might be able to run the newest workflow manually without publishing another release? I made a release last night but the windows version failed to upload and I am trying to get the windows binary uploaded by attempting to manually trigger the workflow.

If you want to run manually, you should use this. The release version of git actions yml, because windows cannot use upload.sh (because windows default terminal is powershell) to upload files, so I replaced a new action: ncipollo/release-action, this action must require a tag as the version number, Instead of automatically generating a Continuous build tag, if you want to release manually, you can only use the previous yaml file Test app with Cache, this yaml file will generate a pre release, but cannot generate an official version number , maybe you can manually change it to release after it finishes.
image
image
image

@Tlntin
Copy link
Contributor Author

Tlntin commented Mar 21, 2023

upload.sh may not support windows any more.
i try to run manual Test App with Cache, but windows file upload failed.
i will repair it later.
image

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