浏览代码

Revert partially 9984b2af9b84ad9de3449336e67202c38a2fda4a

Armin Schrenk 2 年之前
父节点
当前提交
edaa2b7391
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/debian.yml

+ 1 - 1
.github/workflows/debian.yml

@@ -63,7 +63,7 @@ jobs:
           envsubst '${SEMVER_STR} ${VERSION_NUM} ${REVISION_NUM}' < dist/linux/debian/rules > pkgdir/debian/rules
           envsubst '${PPA_VERSION} ${RFC2822_TIMESTAMP}' < dist/linux/debian/changelog > pkgdir/debian/changelog
           find . -name "*.jar" >> pkgdir/debian/source/include-binaries
-          mv pkgdir cryptomator_${PPA_VERSION}
+          mv pkgdir cryptomator_${{ steps.versions.outputs.ppaVerStr }}
         env:
           SEMVER_STR: ${{ needs.get-version.outputs.semVerStr }}
           VERSION_NUM: ${{ needs.get-version.outputs.semVerNum }}