mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 04:56:01 +00:00
chore: set temporary artifact name as tag name to avoid conflict
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
8
.github/workflows/release-executables.yml
vendored
8
.github/workflows/release-executables.yml
vendored
@@ -115,7 +115,7 @@ jobs:
|
||||
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: executables
|
||||
name: ${{ github.event.inputs.tag || inputs.tag }}
|
||||
path: mac-dist
|
||||
retention-days: 1
|
||||
|
||||
@@ -126,7 +126,7 @@ jobs:
|
||||
|
||||
- uses: actions/download-artifact@master
|
||||
with:
|
||||
name: executables
|
||||
name: ${{ github.event.inputs.tag || inputs.tag }}
|
||||
path: mac-dist
|
||||
|
||||
- name: Sign macOS executables
|
||||
@@ -136,7 +136,7 @@ jobs:
|
||||
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: executables
|
||||
name: ${{ github.event.inputs.tag || inputs.tag }}
|
||||
path: mac-dist
|
||||
retention-days: 1
|
||||
|
||||
@@ -147,7 +147,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/download-artifact@master
|
||||
with:
|
||||
name: executables
|
||||
name: ${{ github.event.inputs.tag || inputs.tag }}
|
||||
path: mac-dist
|
||||
- name: Compress files
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user