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

github.com/ClusterM/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-30 12:09:49 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-30 12:09:49 +0300
commit66382b943d63ae1f07e77b14a502e738bd224d18 (patch)
treeeef13164024e0b0e21498f552a70752ea7a0a79d
parentd936f9526746c38fb068ff8abe63b367cca71e9b (diff)
Pipeline
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index eec3be7..2f9c4bf 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
- name: Output Release URL File
run: echo "${{ steps.create_release.outputs.upload_url }}" > release_url.txt
- name: Save Release URL File for publish
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: release_url
path: release_url.txt