mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-11 10:38:21 +00:00
Add dist Artifact Uploading
This commit is contained in:
parent
eeaa987bb6
commit
3cbabb905a
1 changed files with 5 additions and 0 deletions
5
.github/workflows/.release.yml
vendored
5
.github/workflows/.release.yml
vendored
|
@ -47,3 +47,8 @@ jobs:
|
|||
name: Run Version
|
||||
run: |
|
||||
dist/go-passbolt-cli_linux_amd64_v1/passbolt -v
|
||||
-
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: go-passbolt-cli-artifacts
|
||||
path: dist/
|
||||
|
|
Loading…
Add table
Reference in a new issue