mirror of
https://github.com/danbulant/nekofetch
synced 2026-06-20 23:01:22 +00:00
Add release version test
This commit is contained in:
parent
576ab0b58a
commit
1a713cf57c
1 changed files with 4 additions and 0 deletions
4
.github/workflows/deb-build.yml
vendored
4
.github/workflows/deb-build.yml
vendored
|
|
@ -12,6 +12,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Test
|
||||
run: |
|
||||
echo $RELEASE_VERSION
|
||||
echo ${{ env.RELEASE_VERSION }}
|
||||
- name: Build .deb
|
||||
uses: jiro4989/build-deb-action@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue