Skip to content

Commit

Permalink
Merge pull request #27 from bigbluebutton/antobinary-patch-1
Browse files Browse the repository at this point in the history
build: re-enable builds
  • Loading branch information
antobinary authored Nov 8, 2024
2 parents 51d722c + 5235bd0 commit 94ff3b7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/build-plugin-deb-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,21 @@ jobs:
sudo apt-get update
sudo apt-get install -y devscripts debhelper
# - name: Build Debian package
# run: |
# sudo dpkg-buildpackage -us -uc

# - name: Create artifacts directory and move .deb files
# run: |
# mkdir -p artifacts
# mv ../*.deb artifacts/ || mv ./*.deb artifacts/
# ls -la artifacts

# - name: Upload Debian Package
# uses: actions/upload-artifact@v4
# with:
# name: "${{ env.REPO_NAME }}-${{ env.OS_VERSION }}"
# path: artifacts/*.deb
- name: Build Debian package
run: |
sudo dpkg-buildpackage -us -uc
- name: Create artifacts directory and move .deb files
run: |
mkdir -p artifacts
mv ../*.deb artifacts/ || mv ./*.deb artifacts/
ls -la artifacts
- name: Upload Debian Package
uses: actions/upload-artifact@v4
with:
name: "${{ env.REPO_NAME }}-${{ env.OS_VERSION }}"
path: artifacts/*.deb

release:
name: "Upload assets to release"
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bbb-plugin-pick-random-users (0.1.0) jammy; urgency=medium
bbb-plugin-pick-random-user (0.1.0) jammy; urgency=medium

* initial build

Expand Down

0 comments on commit 94ff3b7

Please sign in to comment.