fix upload artifact
This commit is contained in:
parent
95660217cf
commit
1bc910d3e3
1 changed files with 1 additions and 2 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -61,10 +61,9 @@ jobs:
|
||||||
- name: Build lapdev deb
|
- name: Build lapdev deb
|
||||||
run: cargo deb -p lapdev
|
run: cargo deb -p lapdev
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: code.forgejo.org/forgejo/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: lapdev-linux
|
name: lapdev-linux
|
||||||
path: |
|
path: |
|
||||||
/workspace/mycosystems/lapdev/lapdev/target/debian/lapdev_${{ github.event.inputs.lapdev_version }}-1_amd64.deb
|
/workspace/mycosystems/lapdev/lapdev/target/debian/lapdev_${{ github.event.inputs.lapdev_version }}-1_amd64.deb
|
||||||
/workspace/mycosystems/lapdev/lapdev/pkg/common/install.sh
|
/workspace/mycosystems/lapdev/lapdev/pkg/common/install.sh
|
||||||
retention-days: 1
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue