Omit the version number from distrbuted release archive filenames (#1685)

This commit is contained in:
Rangi
2025-05-06 07:28:54 -04:00
committed by GitHub
parent d413870e6d
commit 41c94aa448
3 changed files with 13 additions and 13 deletions

View File

@@ -11,4 +11,4 @@ RUN apt-get update && \
RUN ./.github/scripts/install_deps.sh ubuntu-22.04
RUN make -j CXXFLAGS="-O3 -flto -DNDEBUG -static" PKG_CONFIG="pkg-config --static" Q=
RUN tar caf rgbds-${version}-linux-x86_64.tar.xz --transform='s#.*/##' rgbasm rgblink rgbfix rgbgfx man/* .github/scripts/install.sh
RUN tar caf rgbds-linux-x86_64.tar.xz --transform='s#.*/##' rgbasm rgblink rgbfix rgbgfx man/* .github/scripts/install.sh