mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-31 04:25:39 +00:00
Fixed flathub_push workflow
This commit is contained in:
parent
d0bc68013a
commit
7272ab45a6
6
.github/workflows/flathub_push_cooker.yml
vendored
6
.github/workflows/flathub_push_cooker.yml
vendored
|
@ -13,11 +13,13 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
# EDITABLES:
|
||||
rd_branch=${GITHUB_HEAD_REF}
|
||||
rd_branch=${GITHUB_REF_NAME}
|
||||
echo $rd_branch
|
||||
gits_folder="${GITHUB_WORKSPACE}/gits" # without last /
|
||||
|
||||
# NON-EDITABLES
|
||||
relname="$rd_branch-"$(date +%d%m%y.%H%M)
|
||||
#relname="$rd_branch-"$(date +%d%m%y.%H%M)
|
||||
relname="cooker-"$(git rev-parse --short HEAD)
|
||||
|
||||
mkdir -vp $gits_folder
|
||||
cd $gits_folder
|
||||
|
|
Loading…
Reference in a new issue