Skip to content

Commit

Permalink
ci package: use environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 17, 2023
1 parent 3faa360 commit 4042486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
cd packages
rake version:update
rake ${{ matrix.rake_arguments }}
rake ${TASK_NAMESPACE}:build
env:
GROONGA_REPOSITORY: ../groonga
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4042486

Please sign in to comment.