Skip to content

Commit

Permalink
fix: wrong name for storing artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ccheraa committed Aug 20, 2021
1 parent 3fcab2b commit b9caa99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,20 @@ jobs:
equal: [<<parameters.os>>, *nix]
steps:
- store_artifacts:
path: dist/fusion-studio-1.0.3.dmg
path: dist/fusion-studio-2.0.0-next.0.dmg
destination: macOS
- when:
condition:
equal: [<<parameters.os>>, *nix]
steps:
- store_artifacts:
path: dist/fusion-studio-1.0.3.deb
path: dist/fusion-studio-2.0.0-next.0.deb
destination: Linux
- store_artifacts:
path: dist/fusion-studio-1.0.3.AppImage
path: dist/fusion-studio-2.0.0-next.0.AppImage
destination: Linux
- store_artifacts:
path: dist/fusion-studio-1.0.3.rpm
path: dist/fusion-studio-2.0.0-next.0.rpm
destination: Linux
# (DP) build-win is a workaround for circleci-docs#5611
build-win:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- run: yarn --version
- run: yarn package
- store_artifacts:
path: dist/fusion-studio-1.0.3-installer.exe
path: dist/fusion-studio-2.0.0-next.0-installer.exe
destination: Windows


Expand Down

0 comments on commit b9caa99

Please sign in to comment.