Skip to content

Commit da7c1c3

Browse files
committed
fix: add GH_REPO to build step
1 parent 705ee11 commit da7c1c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
env:
2626
OPENCODE_VERSION: "0.0.0-dev-$(date +%Y%m%d%H%M)"
2727
OPENCODE_RELEASE: "dev"
28+
GH_REPO: ${{ github.repository }}
2829

2930
- name: Upload artifacts
3031
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)