diff options
author | Saturneric <[email protected]> | 2022-01-06 11:52:21 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-06 11:52:21 +0000 |
commit | 4b463eb517edde56dff76ebcc10e167e9fd633c1 (patch) | |
tree | 6904ddb9ebe9dc904623b04a406f8b9f7fa2e8d0 | |
parent | <refactor>(ci): fixed ci file. (diff) | |
download | GpgFrontend-4b463eb517edde56dff76ebcc10e167e9fd633c1.tar.gz GpgFrontend-4b463eb517edde56dff76ebcc10e167e9fd633c1.zip |
<refactor>(ci): fixed ci file.
1. Fix no files were found with the provided path.
-rw-r--r-- | .github/workflows/release-deb-package.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-deb-package.yml b/.github/workflows/release-deb-package.yml index bdc196cc..104894aa 100644 --- a/.github/workflows/release-deb-package.yml +++ b/.github/workflows/release-deb-package.yml @@ -111,4 +111,4 @@ jobs: uses: actions/upload-artifact@master with: name: gpgfrontend-${{matrix.os}}-${{env.BUILD_TYPE}}-${{steps.vars.outputs.sha_short}}-deb-${{matrix.os}} - path: ${{github.workspace}}/build-deb/gpgfrontend*.deb* + path: ${{github.workspace}}/build-deb-${{matrix.os}}/gpgfrontend*.deb* |