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
29138e1413
commit
e555d5a876
1 changed files with 5 additions and 2 deletions
7
.github/workflows/build-snapcraft.yml
vendored
7
.github/workflows/build-snapcraft.yml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build-snapcraft:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
@ -22,7 +22,10 @@ jobs:
|
|||
|
||||
- name: Copy Snapcraft files to source
|
||||
run: |
|
||||
mv dist/snapcraft/* src
|
||||
cd src
|
||||
mkdir snap
|
||||
cd ..
|
||||
mv dist/snapcraft/* src/snap
|
||||
|
||||
- name: Build Snapcraft
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue