Skip to content

Commit 392f0f2

Browse files
committed
Use current DSOAL repo instead of hard-coded value
1 parent f1f8d71 commit 392f0f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Tagged.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
Configuration: Release
13-
DSOALRepo: kcat/dsoal
13+
DSOALRepo: ${{github.repository}}
1414
DSOALBranch: ${{github.ref_name}}
1515
OpenALSoftRepo: kcat/openal-soft
1616
OpenALSoftBranch: master

.github/workflows/Untagged.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
env:
1616
Configuration: Release
17-
DSOALRepo: kcat/dsoal
17+
DSOALRepo: ${{github.repository}}
1818
DSOALBranch: ${{github.ref_name}}
1919
OpenALSoftRepo: kcat/openal-soft
2020
OpenALSoftBranch: master

0 commit comments

Comments
 (0)