diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb71e09..1eb4e8a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,6 +65,6 @@ jobs: with: name: lapdev-linux path: | - ./target/debian/lapdev_${{ github.event.inputs.lapdev_version }}-1_amd64.deb - ./pkg/common/install.sh + /workspace/mycosystems/lapdev/lapdev/target/debian/lapdev_${{ github.event.inputs.lapdev_version }}-1_amd64.deb + /workspace/mycosystems/lapdev/lapdev/pkg/common/install.sh retention-days: 1