Skip to content

Commit 2803a15

Browse files
committed
RELEASE another path error..
1 parent 74d5d29 commit 2803a15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ release_github:
6666
- git push origin HEAD:master
6767
- gh release create $Env:BUILD_VERSION -t "$Env:BUILD_VERSION $Env:Message" -n "$Env:BUILD_VERSION:\n$Env:Message"
6868
- gh release upload $Env:BUILD_VERSION source/installer/bin/release/installer.msi
69-
- gh release upload $Env:BUILD_VERSION (dir source/FragmentLab/bin/anycpu/release/hecklib*dll)
69+
- gh release upload $Env:BUILD_VERSION (dir source/FragmentLab/bin/anycpu/release/net48/hecklib*dll)
7070
rules:
7171
- if: '$CI_COMMIT_MESSAGE=~/^RELEASE/'
7272
- if: '$OVERRIDE_RELEASE'

Source/FragmentLab/FragmentLab.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
- Bastiaan de Graaf
3838
- Sem Tamara
3939
</Description>
40-
<Version>2.6.1.26</Version>
40+
<Version>2.6.1.27</Version>
4141
<PackageProjectUrl>https://scheltemalab.com</PackageProjectUrl>
4242
<Authors>Richard Scheltema, Andris Jankevics, Henk van der Toorn, Bastiaan de Graaf, Sem Tamara</Authors>
4343
<OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>

0 commit comments

Comments
 (0)