Skip to content

Commit

Permalink
VL.AlchemX deployment updates
Browse files Browse the repository at this point in the history
* fixes typo in alchemX  workflow release_alchemx.yaml
* update version in nuspec
  • Loading branch information
phlegma committed Feb 15, 2024
1 parent fc75c35 commit b60215b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_alchemx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
branch:
description: 'The branch to release from'
requred: true
required: true
default: 'main'
version:
description: 'The version to push'
Expand Down
4 changes: 2 additions & 2 deletions VL.AlchemX/deployment/VL.AlchemX.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>VL.AlchemX</id>
<version>1.0.0-preview01</version>
<version>1.0.8</version>
<title>VL.AlchemX</title>
<authors>Natan Sinigaglia</authors>
<owners>Kairos Research Lab</owners>
Expand All @@ -18,6 +18,6 @@
<file src="..\*.vl" target="" exclude="" />
<file src="..\vl\**" target="vl" exclude="" />
<file src="..\help\**" target="help\" exclude="" />
<file src="..\lib\net6.0\AlchemX.dll" target="lib\net6.0" exclude="" />
<file src="..\lib\net6.0\AlchemX.dll" target="lib\net6.0" exclude="" />
</files>
</package>

0 comments on commit b60215b

Please sign in to comment.