Skip to content

Commit

Permalink
πŸš€ test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anngdinh committed Jun 26, 2024
1 parent 1d87b5c commit 0bece8e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build-package.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build and Release package
on:
push: tags
push:
# Pattern matched against refs/tags
tags:
- "**" # Push events to every tag including hierarchical tags like v1.0/beta

jobs:
create_release:
Expand Down Expand Up @@ -29,8 +32,11 @@ jobs:
- name: Install dependencies
run: sudo apt -y install rubygems && sudo gem install fpm && sudo apt install binutils

- name: Clear build directory
run: rm -rf ./build/

- name: Build
run: make build-package
run: NIGHTLY=vmonitor make package include_packages="amd64.deb"

- name: Debug
run: ls -al ./build/dist/
Expand Down

0 comments on commit 0bece8e

Please sign in to comment.