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

github.com/ClusterM/coolgirl-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:09 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-12-14 13:19:09 +0300
commit0c4f49a9e32ddd5436778657a5209bb45329edc2 (patch)
tree645c69ae62211daa087682b07241b74904b684d6
parent22fec530ac94aa53d24653124fc6b27c926491d2 (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