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:13:09 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-12-14 13:13:09 +0300
commit22fec530ac94aa53d24653124fc6b27c926491d2 (patch)
tree4e672d8dbee91f2e3f3db481afb9d1778904f501
parent10fb9e8daa3f53f641a0046d933c21f651ae1534 (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