mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-12 21:58:31 +02:00
Update build-linux.yml
This commit is contained in:
parent
99f85b5bc8
commit
d94c3532a0
1 changed files with 8 additions and 3 deletions
11
.github/workflows/build-linux.yml
vendored
11
.github/workflows/build-linux.yml
vendored
|
@ -14,7 +14,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
@ -53,8 +53,13 @@ jobs:
|
|||
|
||||
- name: Prepare to upload artifacts
|
||||
run: |
|
||||
mv src/Picocrypt .
|
||||
mv Picocrypt/Picocrypt.deb .
|
||||
mkdir out
|
||||
mv src/Picocrypt out
|
||||
mv Picocrypt/Picocrypt.deb out
|
||||
rm -rf src
|
||||
rm -rf Picocrypt
|
||||
mv out/Picocrypt .
|
||||
mv out/Picocrypt.deb .
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue