vnotex / vnote

A pleasant note-taking platform.
https://app.vnote.fun
GNU Lesser General Public License v3.0
11.64k stars 1.21k forks source link

Help with GitHub Actions #1579

Closed tamlok closed 3 years ago

tamlok commented 3 years ago

Hi @miurahr ,

VNote comes back now. And I am referencing your previous GitHub Actions to add CI for it. I encountered an error with linuxdeploy action.

https://github.com/vnotex/vnote/runs/1471314919?check_suite_focus=true

Could you please help to take a look?

Many thanks!

tamlok commented 3 years ago

It seems that the linuxdeploy action needs a fix?

https://github.com/mojolicious/mojo/pull/1612

miurahr commented 3 years ago

Problematic "add-path" seems to be generated with github-actions toolkit. May it be solved by releasing new one without any change?

tamlok commented 3 years ago

is it related to the core.addpath call in your action?

rerun does not help.

miurahr commented 3 years ago

It seems to be. Now I found a solution. pls wait a moment.

miurahr commented 3 years ago

You are running miurahr/install-linuxdeploy-action@v1.2.0, and v1.2.1 (11, Oct) use the updated action/core toolkit that work around it.

tamlok commented 3 years ago

You are running miurahr/install-linuxdeploy-action@v1.2.0, and v1.2.1 (11, Oct) use the updated action/core toolkit that work around it.

Oh, thanks! let me try.

tamlok commented 3 years ago

changed to v1.2.1, and it complains file missing.

https://github.com/vnotex/vnote/actions/runs/391104388

miurahr commented 3 years ago

I made a mistake on release process... Now v1.3.2 is out and miurahr/install-linuxdeploy-action@v1 works.

miurahr commented 3 years ago

https://github.com/miurahr/install-linuxdeploy-action-test/actions/runs/392820499