mirror of
https://github.com/danbulant/nekofetch
synced 2026-07-07 03:51:01 +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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Test
|
||||||
|
run: |
|
||||||
|
echo $RELEASE_VERSION
|
||||||
|
echo ${{ env.RELEASE_VERSION }}
|
||||||
- name: Build .deb
|
- name: Build .deb
|
||||||
uses: jiro4989/build-deb-action@v2
|
uses: jiro4989/build-deb-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue