test devbuild tag update
This commit is contained in:
parent
e100ffd530
commit
eb6970ed2b
1 changed files with 11 additions and 2 deletions
11
.github/workflows/rssguard.yml
vendored
11
.github/workflows/rssguard.yml
vendored
|
@ -36,11 +36,20 @@ jobs:
|
||||||
*.exe
|
*.exe
|
||||||
*.7z
|
*.7z
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- name: Checkout source code
|
||||||
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
|
- name: Update "devbuild" tag
|
||||||
|
uses: richardsimko/update-tag@v1.0.5
|
||||||
|
if: strategy.job-index == 0
|
||||||
|
with:
|
||||||
|
tag_name: devbuild
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Prepare environment and compile application
|
- name: Prepare environment and compile application
|
||||||
run: ${{ matrix.script_name }} "${{ matrix.os }}" "${{ matrix.use_webengine }}"
|
run: ${{ matrix.script_name }} "${{ matrix.os }}" "${{ matrix.use_webengine }}"
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Reference in a new issue