Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/coolboy-multirom-builder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-12-14 13:19:41 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-12-14 13:19:41 +0300
commit793179a7f61729138a74a93bfe8194fca786737f (patch)
tree3d5edcf7b6e4b71e035d83d44a393ed5fb62b584
parent2f521d458d705d089c7e76001cad04b9f61ee94e (diff)
release.yml
-rw-r--r--.github/workflows/release.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 648c7ed..2e4131c 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -64,7 +64,7 @@ jobs:
TAG_REF_NAME: ${{ github.event.repository.updated_at }}
REPOSITORY_NAME: ${{ github.repository }}
run: |
- value=`cat release_url/release_url.txt`
+ value=`cat release_url.txt`
echo upload_url=$value >> $GITHUB_OUTPUT
- name: Build CoolboyCombiner for Linux-x64
env:
@@ -214,7 +214,7 @@ jobs:
TAG_REF_NAME: ${{ github.event.repository.updated_at }}
REPOSITORY_NAME: ${{ github.repository }}
run: |
- value=`cat release_url/release_url.txt`
+ value=`cat release_url.txt`
echo upload_url=$value >> $GITHUB_OUTPUT
- name: Upload
uses: actions/upload-release-asset@v1