Merge pull request #9 from aaruni96/devel #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Make a .deb package | |
on: push | |
jobs: | |
pkg-deb: | |
runs-on: ubuntu-latest | |
name: Deb Package | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Check thingy | |
run: echo "${{github.ref_name}}" |