mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-24 18:02:13 +00:00
Added the architecture into the artifacts
This commit is contained in:
parent
d26ddd1023
commit
800d428e8c
@ -197,7 +197,7 @@ jobs:
|
|||||||
eq(variables['Agent.OS'], 'Windows_NT')
|
eq(variables['Agent.OS'], 'Windows_NT')
|
||||||
)
|
)
|
||||||
- publish: $(System.DefaultWorkingDirectory)/artifacts
|
- publish: $(System.DefaultWorkingDirectory)/artifacts
|
||||||
artifact: cli-$(Agent.OS)
|
artifact: cli-$(Agent.OS)-$(Agent.OSArchitecture)
|
||||||
|
|
||||||
- job: Build_Library
|
- job: Build_Library
|
||||||
strategy:
|
strategy:
|
||||||
@ -255,7 +255,7 @@ jobs:
|
|||||||
eq(variables['Agent.OS'], 'Windows_NT')
|
eq(variables['Agent.OS'], 'Windows_NT')
|
||||||
)
|
)
|
||||||
- publish: $(System.DefaultWorkingDirectory)/artifacts
|
- publish: $(System.DefaultWorkingDirectory)/artifacts
|
||||||
artifact: library-$(Agent.OS)
|
artifact: library-$(Agent.OS)-$(Agent.OSArchitecture)
|
||||||
|
|
||||||
- job: Build_Docs
|
- job: Build_Docs
|
||||||
pool:
|
pool:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user