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

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias K <6317548+theCalcaholic@users.noreply.github.com>2022-07-24 17:12:57 +0300
committerTobias K <6317548+theCalcaholic@users.noreply.github.com>2022-07-24 17:12:57 +0300
commite6d182119e61f583210168fad6284734240fc871 (patch)
treedce7bdca7eb298eea975f250318ccdfb19248d2f
parent9eed4cce64a775d5a361312e0ceb26564260042a (diff)
release.yml: Fix wrong variable name
-rw-r--r--.github/workflows/release.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 1178e745..2cc40f1f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -90,6 +90,8 @@ jobs:
defaults:
run:
shell: bash
+ permissions:
+ contents: write
steps:
- name: Checkout code
uses: actions/checkout@v3
@@ -119,7 +121,7 @@ jobs:
echo "Assets: ${assets[*]}"
echo "Message: ${checksums[*]}"
- echo "::set-output name=assets::$(printf " %q" "${IMG[@]}")"
+ echo "::set-output name=assets::$(printf " %q" "${assets[@]}")"
- name: Publish
if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
env: