Skip to content

Commit

Permalink
runner.os instead of RUNNER_OS
Browse files Browse the repository at this point in the history
  • Loading branch information
Huite committed Dec 17, 2023
1 parent 941aa0e commit b436b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Create ZIP Archive
run: pixi run create-archive
- name: Release
run: gh release upload ${{ github.ref_name }} dist/gistim-${{ RUNNER_OS }}.zip sha256-${{ RUNNER_OS }}.txt
run: gh release upload ${{ github.ref_name }} dist/gistim-${{ runner.os }}.zip sha256-${{ runner.os }}.txt
env:
GITHUB_TOKEN: ${{ github.TOKEN }}

0 comments on commit b436b90

Please sign in to comment.