fix rpm artifact

This commit is contained in:
Kyle Spearrin 2019-03-12 14:02:39 -04:00
parent 0a84689695
commit d2085f6ff0
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ build_script:
Push-AppveyorArtifact ./dist/bitwarden_$env:package_version_amd64.snap Push-AppveyorArtifact ./dist/bitwarden_$env:package_version_amd64.snap
Push-AppveyorArtifact ./dist/Bitwarden-$env:package_version-amd64.deb Push-AppveyorArtifact ./dist/Bitwarden-$env:package_version-amd64.deb
Push-AppveyorArtifact ./dist/Bitwarden-$env:package_version-x64.freebsd Push-AppveyorArtifact ./dist/Bitwarden-$env:package_version-x64.freebsd
Push-AppveyorArtifact ./dist/dist/Bitwarden-$env:package_version-x86_64.rpm Push-AppveyorArtifact ./dist/Bitwarden-$env:package_version-x86_64.rpm
} }
else { else {
npm run dist:win:ci npm run dist:win:ci