diff options
author | Saturneric <[email protected]> | 2021-06-25 23:47:14 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-25 23:47:14 +0000 |
commit | a18fe17f3cb75688e16a3e0a8521026e988f0def (patch) | |
tree | 3d006ea9d3d477b1bbbffedcae3792b2b075c977 | |
parent | Update release.yml (diff) | |
download | GpgFrontend-a18fe17f3cb75688e16a3e0a8521026e988f0def.tar.gz GpgFrontend-a18fe17f3cb75688e16a3e0a8521026e988f0def.zip |
Update release.yml
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/release.yml | 2 |
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) |