mirror of
https://github.com/Murmele/Gittyup.git
synced 2024-11-05 02:46:56 +03:00
try and
This commit is contained in:
parent
8ed04c87b7
commit
b56dff1a61
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -267,7 +267,7 @@ jobs:
|
||||
runs-on: ubuntu-latest # does not matter which
|
||||
# a prerelase is created when pushing to master
|
||||
# a release is created when a tag will be set
|
||||
if: ${{ github.ref == 'refs/heads/master' || env.IS_RELEASE}}
|
||||
if: ${{ github.ref == 'refs/heads/master' && env.IS_RELEASE}}
|
||||
steps:
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
|
Loading…
Reference in New Issue
Block a user