Skip to content
Discussion options

You must be logged in to vote

(To mark something as an answer it seems it can't be a response?)

Here's my final result:

      - name: Get Release Info
        run: |
          echo "RELEASE_TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
      - name: Get SBCL source code
        uses: robinraju/release-downloader@768e5668c501e732416580dbb1f56794f4d1f590
        with:
          repository: 'sbcl/sbcl'
          tag: ${{ env.RELEASE_TAG }}
          zipBall: true
      - name: Decompress
        run: |
          echo "Using tag: ${{ env.RELEASE_TAG }}"
          ls -lrth
          unzip sbcl-${{ env.RELEASE_TAG }}.zip -d sbcl-${{ env.RELEASE_TAG }}
          ls -lrth

Thank you for your help!

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@robinraju
Comment options

@asmaloney
Comment options

@robinraju
Comment options

@robinraju
Comment options

@asmaloney
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by asmaloney
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants