mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-07-30 23:30:11 -07:00
release action smaller if
This commit is contained in:
@@ -5,7 +5,7 @@ on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [main]
|
||||
tags: ['v*']
|
||||
tags: ["v*"]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -59,7 +59,7 @@ jobs:
|
||||
path: ${{ matrix.derivation }}-${{ matrix.nix-system }}
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: github.ref_type == 'tag' && startsWith(github.ref_name, 'v') && contains(matrix.derivation, 'static')
|
||||
if: startsWith(github.ref, 'refs/tags/v') && contains(matrix.derivation, 'static')
|
||||
with:
|
||||
files: |
|
||||
${{ matrix.derivation }}-${{ matrix.nix-system }}
|
||||
|
||||
Reference in New Issue
Block a user