[vlc-commits] [Git][videolan/vlc][3.0.x] CI: use the stripped down tag name for the symbol tarball

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Mon Dec 22 08:01:11 UTC 2025



Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC


Commits:
29801aa4 by Steve Lhomme at 2025-12-22T08:19:34+01:00
CI: use the stripped down tag name for the symbol tarball

- - - - -


1 changed file:

- extras/ci/gitlab-ci.yml


Changes:

=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -201,8 +201,8 @@ nightly-win64-arm-llvm:
     script:
       - export PATH=/opt/breakpad/bin:$PATH
       - ./extras/package/win32/build.sh -r -l -i u -a $HOST_ARCH -b https://win.crashes.videolan.org $UWP_EXTRA_BUILD_FLAGS
-      - (cd $CI_PROJECT_DIR && tar -cJf ${VLCARCH}/symbols-$CI_COMMIT_TAG-$VLCARCH.tar.xz ${VLCARCH}/symbols-$CI_COMMIT_TAG)
-      - sha512sum $CI_PROJECT_DIR/${VLCARCH}/symbols-$CI_COMMIT_TAG-$VLCARCH.tar.xz
+      - (cd $CI_PROJECT_DIR && tar -cJf ${VLCARCH}/symbols-$RELEASE_TAG-$VLCARCH.tar.xz ${VLCARCH}/symbols-$RELEASE_TAG)
+      - sha512sum $CI_PROJECT_DIR/${VLCARCH}/symbols-$RELEASE_TAG-$VLCARCH.tar.xz
       - echo "RELEASE_TAG=$RELEASE_TAG"
       - >
         ./extras/breakpad/symb_upload.py



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/29801aa47193653ba142eb2a3bba5b52835de05d

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/29801aa47193653ba142eb2a3bba5b52835de05d
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list