fix path to artefacts

This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-04-28 16:45:59 +03:00 committed by GitHub
parent e9ebb2498b
commit 2ecdf111b0
1 changed files with 2 additions and 1 deletions

View File

@ -66,6 +66,7 @@ linux-snap:
only:
- snap
script:
- rm -rf *snap
- cd scripts
- snapcraft
tags:
@ -73,7 +74,7 @@ linux-snap:
- rust-stable
artifacts:
paths:
- parity_master_amd64.snap
- scripts/parity_master_amd64.snap
name: "stable-x86_64-unknown-linux-gnu_parity-snap"
allow_failure: true
linux-stable-debian: