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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
@ -53,8 +53,13 @@ jobs:
|
||||||
|
|
||||||
- name: Prepare to upload artifacts
|
- name: Prepare to upload artifacts
|
||||||
run: |
|
run: |
|
||||||
mv src/Picocrypt .
|
mkdir out
|
||||||
mv Picocrypt/Picocrypt.deb .
|
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
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
Loading…
Add table
Reference in a new issue