Skip to content

Commit

Permalink
Merge pull request #184 from goatcorp/add-repo-to-build
Browse files Browse the repository at this point in the history
Set GITHUB_REPOSITORY when building with CI
  • Loading branch information
reiichi001 authored Sep 21, 2024
2 parents 94aa7a4 + 45fecca commit 6732e63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ jobs:
run:
working-directory: ./src/XIVLauncher.Core/
concurrency:
group: ${{ github.head_ref }}"
group: ${{ github.head_ref }}
cancel-in-progress: true
env:
GITHUB_REPOSITORY: ${{ github.repository }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
Release:
if: github.repository == 'goatcorp/XIVLauncher.Core'
runs-on: ubuntu-latest
env:
GITHUB_REPOSITORY: ${{ github.repository }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 6732e63

Please sign in to comment.