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