From 6af83b5d7742d380dd7b4d0f332bac69ce4a8296 Mon Sep 17 00:00:00 2001 From: Chl Date: Thu, 29 Aug 2024 02:37:34 +0200 Subject: [PATCH] little try 6 --- .../workflows/generate-release-zipfile.yml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.forgejo/workflows/generate-release-zipfile.yml b/.forgejo/workflows/generate-release-zipfile.yml index 28594a2..f256331 100644 --- a/.forgejo/workflows/generate-release-zipfile.yml +++ b/.forgejo/workflows/generate-release-zipfile.yml @@ -33,16 +33,16 @@ jobs: RELEVANT_SHA: ${{ github.event.pull_request.head.sha || github.sha }} MYTEST: "${{ github.server_url }}/${{ github.repository }}@${{ github.env.RELEVANT_SHA }}" - - name: Testing the artifact uploading - id: "uploading" - uses: "${{ github.server_url }}/${{ github.repository }}@${{ github.env.RELEVANT_SHA }}" - with: - path: | - toto - tutu* - env: - # from https://github.com/orgs/community/discussions/26325#discussioncomment-5397362 - RELEVANT_SHA: ${{ github.event.pull_request.head.sha || github.sha }} +# - name: Testing the artifact uploading +# id: "uploading" +# uses: "${{ github.server_url }}/${{ github.repository }}@${{ github.env.RELEVANT_SHA }}" +# with: +# path: | +# toto +# tutu* +# env: +# # from https://github.com/orgs/community/discussions/26325#discussioncomment-5397362 +# RELEVANT_SHA: ${{ github.event.pull_request.head.sha || github.sha }} - name: Is there any output for the previous step ? run: |