Skip to content

Commit b7d43ae

Browse files
committed
disable the build for template
1 parent fd72e8d commit b7d43ae

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/build-plugin-deb-package.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,21 @@ jobs:
4646
sudo apt-get update
4747
sudo apt-get install -y devscripts debhelper
4848
49-
- name: Build Debian package
50-
run: |
51-
sudo dpkg-buildpackage -us -uc
52-
53-
- name: Create artifacts directory and move .deb files
54-
run: |
55-
mkdir -p artifacts
56-
mv ../*.deb artifacts/ || mv ./*.deb artifacts/
57-
ls -la artifacts
58-
59-
- name: Upload Debian Package
60-
uses: actions/upload-artifact@v4
61-
with:
62-
name: "${{ env.REPO_NAME }}-${{ env.OS_VERSION }}"
63-
path: artifacts/*.deb
49+
# - name: Build Debian package
50+
# run: |
51+
# sudo dpkg-buildpackage -us -uc
52+
53+
# - name: Create artifacts directory and move .deb files
54+
# run: |
55+
# mkdir -p artifacts
56+
# mv ../*.deb artifacts/ || mv ./*.deb artifacts/
57+
# ls -la artifacts
58+
59+
# - name: Upload Debian Package
60+
# uses: actions/upload-artifact@v4
61+
# with:
62+
# name: "${{ env.REPO_NAME }}-${{ env.OS_VERSION }}"
63+
# path: artifacts/*.deb
6464

6565
release:
6666
name: "Upload assets to release"

0 commit comments

Comments
 (0)