Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nqeron authored Jan 24, 2024
1 parent 4e5c37d commit 04c5ec5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
release_name: Release v${{ github.event.inputs.version }}
draft: false
prerelease: false
- run: echo "release-url=${{ steps.create_release.outputs.upload_url }}" >> "$GITHUB_ENV"
- run: echo "upload_url=${{ steps.create_release.outputs.upload_url }}" >> "$GITHUB_OUTPUT"

build:
strategy:
Expand All @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Nim
uses: jiro4989/setup-nim-action@v1
uses: iffy/install-nim@v4.5.0
with:
nim-version: '1.6.10'

Expand All @@ -56,7 +56,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ env.release-url }}
upload_url: ${{ jobs.release.outputs.upload_url }}
asset_path: ./DitakticTei${{ env.out-ext }}
asset_name: DitakticTei${{ env.out-ext }}
asset_content_type: application/octet-stream

0 comments on commit 04c5ec5

Please sign in to comment.