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

github.com/ClusterM/famicom-dumper-client.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:09:25 +0300
committerGitHub <noreply@github.com>2022-12-14 13:09:25 +0300
commit138be85b9657ecd3cb700dc41ba03212f993ee3f (patch)
tree8498a21408f1e2a695aa215ca23caa85583e18a0 /.github
parent90f0a978f7ef5179c0c15f88b13148df42b627f1 (diff)
Update release.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 54bb4cd..938bd63 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -78,9 +78,6 @@ 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 }}
run: |
value=`cat release_url.txt`
echo upload_url=$value >> $GITHUB_OUTPUT