nblockchain / fsx

FSX is the ideal tool for people that use F# for their scripting needs.
MIT License
15 stars 5 forks source link

Fsdk: add embedded resource functions #27

Closed webwarrior-ws closed 1 year ago

webwarrior-ws commented 1 year ago

Add functions from GWallet for reading embedded resource file contents.

knocte commented 1 year ago

CI is broken, please fix.

knocte commented 1 year ago

@webwarrior-ws force-pushed the embedded-resource-util branch from 7a1d664 to fd94e9a 7 minutes ago

Still broken.

knocte commented 1 year ago

@webwarrior-ws ok thanks, will merge as soon as its green; in the meantime, prepare the PRs in other projects that would make use of this.

knocte commented 1 year ago

@webwarrior-ws actually CI is still broken but the failure is a bit weird, can you look into it please

webwarrior-ws commented 1 year ago

Apparently GITHUB_REF is expected to be in form of refs/tags/... but it is refs/pull/27/merge. https://github.com/webwarrior-ws/fsx/blob/74a9df0013fc2dc6614a31a8875da6ec6fcb879e/scripts/publish.fsx#L116

webwarrior-ws commented 1 year ago

I'm not sure what purpose of this check is and what should be the fix.