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:12:08 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-12-14 13:12:08 +0300
commit2f521d458d705d089c7e76001cad04b9f61ee94e (patch)
tree222d834e92861afc197f9b8eae8319fd151988b0
parentd5a5e648ed5c47bcbf304043d17fa94aa5f91a57 (diff)
release.yml
-rw-r--r--.github/workflows/release.yaml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index c6e9caf..648c7ed 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -293,12 +293,9 @@ jobs:
name: release_url
- name: Get Release File Name & Upload URL
id: get_release_info
- env:
- TAG_REF_NAME: ${{ github.event.repository.updated_at }}
- REPOSITORY_NAME: ${{ github.repository }}
shell: msys2 {0}
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