mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2026-03-11 14:04:23 +00:00
Update build-snapcraft.yml
This commit is contained in:
parent
dd39639d36
commit
5237d493d4
1 changed files with 5 additions and 1 deletions
6
.github/workflows/build-snapcraft.yml
vendored
6
.github/workflows/build-snapcraft.yml
vendored
|
|
@ -23,10 +23,14 @@ jobs:
|
|||
run: |
|
||||
mv dist/snapcraft/* src
|
||||
|
||||
- name: List src
|
||||
run: |
|
||||
ls -l src
|
||||
|
||||
- name: Build Snapcraft
|
||||
run: |
|
||||
cd src
|
||||
sudo env SNAPCRAFT_BUILD_ENVIRONMENT=multipass snapcraft
|
||||
SNAPCRAFT_BUILD_ENVIRONMENT=multipass snapcraft
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue