Commit 0d28c287 authored by Joel Collins's avatar Joel Collins
Browse files

Fixed artifact paths in build stage

parent dbcac749
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,8 +16,8 @@ build:
      - release-builds/*.exe
      - release-builds/*.deb
      - release-builds/*.AppImage
      - release-builds/*.nuspec
      - release-builds/*.ps1
      - release-builds/choco/openflexure-ev.nuspec
      - release-builds/choco/tools/chocolateyInstall.ps1

deploy:
  stage: deploy
@@ -26,4 +26,4 @@ deploy:
    - choco pack --allow-unofficial --outputdirectory "./release-builds/choco" "./release-builds/choco/openflexure-ev.nuspec"
  artifacts:
    paths:
      - release-builds/*.nupkg
 No newline at end of file
      - release-builds/choco/*.nupkg
 No newline at end of file