From bbe389e7a565b20d087beff2d59ff68531c4ab41 Mon Sep 17 00:00:00 2001 From: Andrea Valassi Date: Mon, 30 Sep 2024 17:38:39 +0200 Subject: [PATCH] wip --- .github/workflows/archiver.yml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/.github/workflows/archiver.yml b/.github/workflows/archiver.yml index a609be89a4..2b43bff07a 100644 --- a/.github/workflows/archiver.yml +++ b/.github/workflows/archiver.yml @@ -95,6 +95,9 @@ jobs: echo "INFO: create running tag ${tagname_latest}" git tag -f ${tagname_latest} ${commit} -m "Running tag ${tagname_latest}" -m "Tag created on $(date)" -m "This is equivalent to version tag ${tagname}" git push -f --tags + echo HOME=${HOME} + ls ${HOME} + cat ${HOME}/VERSION.txt - name: release_versiontag # See https://github.com/softprops/action-gh-release @@ -107,16 +110,16 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: release_runningtag - # See https://github.com/softprops/action-gh-release - uses: softprops/action-gh-release@v2 - with: - tag_name: 'refs/tags/${TAGNAME_LATEST}' - files: | - ${HOME}/cudacpp.tar.gz - ${HOME}/VERSION.txt - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + #- name: release_runningtag + # # See https://github.com/softprops/action-gh-release + # uses: softprops/action-gh-release@v2 + # with: + # tag_name: 'refs/tags/${TAGNAME_LATEST}' + # files: | + # ${HOME}/cudacpp.tar.gz + # ${HOME}/VERSION.txt + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: create_infodat run: |