Skip to content

Commit

Permalink
fix: get intended WEB_SRC
Browse files Browse the repository at this point in the history
  • Loading branch information
winny- committed Sep 7, 2024
1 parent aa38040 commit b9f6684
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 @@ -51,7 +51,7 @@ jobs:
- run: nix build .#super_rogue.web.src
- run: |
printf 'WEB_SRC=%s\n' \
"$(nix eval --raw .#super_rogue.dot_love)/super_rogue.web.src \
"$(nix eval --raw .#super_rogue.web.src)" \
>> "$GITHUB_OUTPUT"
id: web_src
# cf https://github.com/actions/upload-pages-artifact/blob/main/action.yml
Expand Down

0 comments on commit b9f6684

Please sign in to comment.