We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed61a5 commit 4e9a736Copy full SHA for 4e9a736
.packaging/ubuntu2204/dxvk/Dockerfile
@@ -4,4 +4,4 @@ RUN rm -rf /opt/dxvk; mkdir -p /opt/dxvk/output
4
COPY ./ /opt/dxvk/
5
RUN ls -la /opt/dxvk/
6
ENV PATH="/opt/bylaws-llvm-mingw-20240929-ucrt-ubuntu-20.04-x86_64/bin:$PATH"
7
-RUN cd /opt/dxvk; ./package-release.sh $(git describe --abbrev=0) /opt/dxvk/output
+RUN cd /opt/dxvk; ./package-release.sh $(git describe --tags --abbrev=0) /opt/dxvk/output
package-release.sh
100644
100755
0 commit comments