github actions bugfixes

This commit is contained in:
Sandro Sobczyński
2023-11-13 18:53:35 +01:00
committed by GitHub
parent b84bd99059
commit 39a962c59b
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -51,7 +51,8 @@ jobs:
- name: Get branch
id: branch
run: |
echo "BRANCH=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_ENV
BRANCH_NAME=$(echo ${GITHUB_REF#refs/heads/} | sed 's/refs\///g' | sed 's/\//_/g')
echo "BRANCH=${BRANCH_NAME}" >> $GITHUB_ENV
- name: Upload build artifacts
if: ${{ success() }}