aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-06-25 23:47:14 +0000
committerSaturneric <[email protected]>2021-06-25 23:47:14 +0000
commita18fe17f3cb75688e16a3e0a8521026e988f0def (patch)
tree3d006ea9d3d477b1bbbffedcae3792b2b075c977
parentUpdate release.yml (diff)
downloadGpgFrontend-a18fe17f3cb75688e16a3e0a8521026e988f0def.tar.gz
GpgFrontend-a18fe17f3cb75688e16a3e0a8521026e988f0def.zip
Update release.yml
Diffstat (limited to '')
-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 23ac1024..2a7be096 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -163,7 +163,7 @@ jobs:
uses: actions/upload-artifact@master
with:
name: gpgfrontend-${{matrix.os}}-${{env.BUILD_TYPE}}-${{steps.vars.outputs.sha_short}}
- path: {{github.workspace}}/build/artifactOut/*
+ path: ${{github.workspace}}/build/artifactOut/*
if: matrix.os == 'macos-latest'
- name: Upload Artifact(Windows)