1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-06 00:48:08 +02:00

fix rpm artifact

This commit is contained in:
Kyle Spearrin 2019-03-12 14:02:39 -04:00
parent 0a84689695
commit d2085f6ff0

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.deb
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 {
npm run dist:win:ci