mirror of
https://github.com/Murmele/Gittyup.git
synced 2024-11-05 02:46:56 +03:00
debug purpose
This commit is contained in:
parent
949c37ec6b
commit
66aa7720a8
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -250,7 +250,7 @@ jobs:
|
||||
# https://github.com/marvinpinto/actions/issues/177
|
||||
needs: [flatpak, build]
|
||||
runs-on: ubuntu-latest # does not matter which
|
||||
if: ${{ github.ref == 'refs/heads/master' }}
|
||||
#if: ${{ github.ref == 'refs/heads/master' }}
|
||||
|
||||
steps:
|
||||
# https://stackoverflow.com/questions/60916931/github-action-does-the-if-have-an-else
|
||||
@ -260,7 +260,7 @@ jobs:
|
||||
with:
|
||||
cond: ${{ github.event_name == 'push' && github.ref_type == 'tag' && github.refname == 'gittyup_*' }}
|
||||
if_true: 'Gittyup Release $(cat build/release/Version.txt)' # string value
|
||||
if_false: 'Latest Build' # string value
|
||||
if_false: 'Latest Build Testing' # string value
|
||||
|
||||
- name: Determine if release 2
|
||||
uses: haya14busa/action-cond@v1
|
||||
@ -268,7 +268,7 @@ jobs:
|
||||
with:
|
||||
cond: ${{ github.event_name == 'push' && github.ref_type == 'tag' && github.refname == 'gittyup_*' }}
|
||||
if_true: 'null' # string value
|
||||
if_false: 'latest' # string value
|
||||
if_false: 'latest_testing' # string value
|
||||
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
|
Loading…
Reference in New Issue
Block a user