mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 03:07:05 +00:00
fix(nc-gui): set output if env is shared between jobs
This commit is contained in:
2
.github/workflows/release-executables.yml
vendored
2
.github/workflows/release-executables.yml
vendored
@@ -240,7 +240,7 @@ jobs:
|
||||
desc "NocoDB : Opensource smart spreadsheet"
|
||||
homepage "https://github.com/nocodb/nocodb"
|
||||
url "https://github.com/nocodb/nocodb/releases/download/${{ github.event.inputs.tag || inputs.tag }}/nocodb.tar.gz"
|
||||
sha256 "${{ env.CHECKSUM }}"
|
||||
sha256 "${{ steps.compress.outputs.CHECKSUM }}"
|
||||
license "MIT"
|
||||
version "${{ github.event.inputs.tag || inputs.tag }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user