Skip to content

Commit

Permalink
Use proper versioning and naming in appveyor artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
computerquip-streamlabs committed Nov 9, 2018
1 parent da9f020 commit 8737b8c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
@@ -1,3 +1,5 @@
version: 0.3.47-{build}

matrix:
fast_finish: true

Expand Down Expand Up @@ -27,8 +29,8 @@ environment:
secure: iZlMSWnmH5FQDpa+/0SgXIyvCobkElj2y5lu94Uo8VnTWHTeTC1/bpVkzsLreENocomvDB5ywsa3+QdathRp8A==
StreamlabsSecret:
secure: hr+VpykbGiCI5I0ltiqH667wh/YQx2Fi5SBLfkOWHSg=
UnsignedArtifact: $(RuntimeName)-$(RuntimeVersion)-unsigned
SignedArtifact: $(RuntimeName)-$(RuntimeVersion)-signed
UnsignedArtifact: obs-studio-node-us-${APPVEYOR_BUILD_VERSION}-${RuntimeName}-${RuntimeVersion}
SignedArtifact: obs-studio-node-s-${APPVEYOR_BUILD_VERSION}-${RuntimeName}-${RuntimeVersion}

install:
- ps: Install-Product node $env:NodeVersion x64
Expand Down

0 comments on commit 8737b8c

Please sign in to comment.