diff options
| author | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-06-24 19:58:23 +0200 |
|---|---|---|
| committer | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-06-24 19:58:23 +0200 |
| commit | fb322c5c87d5e1d5051d2ef8837a5d5c508a71b6 (patch) | |
| tree | 192d3680d45bcc6b2006a534682e52bb15f0cbc6 /.github/workflows/build.yml | |
| parent | aa8bf20d74fe1988bed25e2a7d3bd02959b55ccf (diff) | |
Put all the themes where they belong
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c7a32f2..f2d75f2a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -99,7 +99,7 @@ jobs: uses: actions/checkout@master with: repository: AttorneyOnline/AO2-Themes - path: "bin/themes" + path: "bin/base/themes" - name: Upload Artifact uses: actions/upload-artifact@master |
