mirror of
https://github.com/bitwarden/cli
synced 2025-12-11 22:03:19 +00:00
switching around and trying again
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -248,10 +248,11 @@ jobs:
|
|||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
#./scripts/snap-build.ps1 -version $env:PACKAGE_VERSION
|
#./scripts/snap-build.ps1 -version $env:PACKAGE_VERSION
|
||||||
New-Item -Path 'dist' -ItemType Directory
|
|
||||||
Get-ChildItem dist
|
#New-Item -Path 'dist' -ItemType Directory
|
||||||
|
|
||||||
Copy-Item -Path stores\snap -Destination dist\snap -Recurse
|
Copy-Item -Path stores\snap -Destination dist\snap -Recurse
|
||||||
|
Get-ChildItem dist
|
||||||
Get-ChildItem dist\snap
|
Get-ChildItem dist\snap
|
||||||
|
|
||||||
(Get-Content dist\snap\snapcraft.yaml).replace('__version__', ${{ env.PACKAGE_VERSION }}) | Set-Content dist\snap\snapcraft.yaml
|
(Get-Content dist\snap\snapcraft.yaml).replace('__version__', ${{ env.PACKAGE_VERSION }}) | Set-Content dist\snap\snapcraft.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user