Skip to content

Commit

Permalink
build: one more fix to release jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Jan 25, 2024
1 parent 5ed74d3 commit b554624
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
with:
name: release_url
path: release_url.txt
retention-days: 1

publish:
permissions:
Expand All @@ -77,6 +78,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: release_url
path: release_url

- name: Distribute
run: make dist
Expand All @@ -85,8 +87,7 @@ jobs:
id: get_release_info
shell: bash
run: |
ls -lR release_url
value=`cat release_url/release_url`
value=`cat release_url/release_url.txt`
echo ::set-output name=upload_url::$value
env:
TAG_REF_NAME: ${{ github.ref }}
Expand Down

0 comments on commit b554624

Please sign in to comment.