Skip to content

Commit 4e4fd4f

Browse files
committed
Github doesn't allow dots in ids
1 parent 1515129 commit 4e4fd4f

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/workflows/test-devel.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ jobs:
4242
name: installed-anope
4343
path: ~/artefacts-*.tar.gz
4444
retention-days: 1
45-
build-anope-2.0:
45+
build-anope-2-0:
4646
runs-on: ubuntu-22.04
4747
steps:
4848
- name: Create directories
4949
run: cd ~/; mkdir -p .local/ go/
5050
- name: Cache dependencies
5151
uses: actions/cache@v4
5252
with:
53-
key: 3-${{ runner.os }}-anope-2.0-devel
53+
key: 3-${{ runner.os }}-anope-2-0-devel
5454
path: '~/.cache
5555
5656
${ github.workspace }/anope
@@ -75,11 +75,11 @@ jobs:
7575
cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local/ -DPROGRAM_NAME=anope -DUSE_PCH=ON -GNinja ..
7676
ninja install
7777
- name: Make artefact tarball
78-
run: cd ~; tar -czf artefacts-anope-2.0.tar.gz .local/ go/
78+
run: cd ~; tar -czf artefacts-anope-2-0.tar.gz .local/ go/
7979
- name: Upload build artefacts
8080
uses: actions/upload-artifact@v4
8181
with:
82-
name: installed-anope-2.0
82+
name: installed-anope-2-0
8383
path: ~/artefacts-*.tar.gz
8484
retention-days: 1
8585
build-bahamut:
@@ -510,7 +510,7 @@ jobs:
510510
test-bahamut-anope:
511511
needs:
512512
- build-bahamut
513-
- build-anope-2.0
513+
- build-anope-2-0
514514
runs-on: ubuntu-22.04
515515
steps:
516516
- uses: actions/checkout@v4
@@ -526,7 +526,7 @@ jobs:
526526
- name: Download build artefacts
527527
uses: actions/download-artifact@v4
528528
with:
529-
name: installed-anope-2.0
529+
name: installed-anope-2-0
530530
path: '~'
531531
- name: Unpack artefacts
532532
run: cd ~; find -name 'artefacts-*.tar.gz' -exec tar -xzf '{}' \;

.github/workflows/test-stable.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ jobs:
4242
name: installed-anope
4343
path: ~/artefacts-*.tar.gz
4444
retention-days: 1
45-
build-anope-2.0:
45+
build-anope-2-0:
4646
runs-on: ubuntu-22.04
4747
steps:
4848
- name: Create directories
4949
run: cd ~/; mkdir -p .local/ go/
5050
- name: Cache dependencies
5151
uses: actions/cache@v4
5252
with:
53-
key: 3-${{ runner.os }}-anope-2.0-stable
53+
key: 3-${{ runner.os }}-anope-2-0-stable
5454
path: '~/.cache
5555
5656
${ github.workspace }/anope
@@ -75,11 +75,11 @@ jobs:
7575
cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local/ -DPROGRAM_NAME=anope -DUSE_PCH=ON -GNinja ..
7676
ninja install
7777
- name: Make artefact tarball
78-
run: cd ~; tar -czf artefacts-anope-2.0.tar.gz .local/ go/
78+
run: cd ~; tar -czf artefacts-anope-2-0.tar.gz .local/ go/
7979
- name: Upload build artefacts
8080
uses: actions/upload-artifact@v4
8181
with:
82-
name: installed-anope-2.0
82+
name: installed-anope-2-0
8383
path: ~/artefacts-*.tar.gz
8484
retention-days: 1
8585
build-bahamut:
@@ -553,7 +553,7 @@ jobs:
553553
test-bahamut-anope:
554554
needs:
555555
- build-bahamut
556-
- build-anope-2.0
556+
- build-anope-2-0
557557
runs-on: ubuntu-22.04
558558
steps:
559559
- uses: actions/checkout@v4
@@ -569,7 +569,7 @@ jobs:
569569
- name: Download build artefacts
570570
uses: actions/download-artifact@v4
571571
with:
572-
name: installed-anope-2.0
572+
name: installed-anope-2-0
573573
path: '~'
574574
- name: Unpack artefacts
575575
run: cd ~; find -name 'artefacts-*.tar.gz' -exec tar -xzf '{}' \;

workflows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ software:
357357
cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local/ -DPROGRAM_NAME=anope -DUSE_PCH=ON -GNinja ..
358358
ninja install
359359
360-
anope-2.0:
360+
anope-2-0:
361361
name: Anope 2.0
362362
repository: anope/anope
363363
separate_build_job: true
@@ -452,7 +452,7 @@ tests:
452452
software: [bahamut]
453453

454454
bahamut-anope:
455-
software: [bahamut, anope-2.0] # Anope 2.1.15 removes support for Bahamut
455+
software: [bahamut, anope-2-0] # Anope 2.1.15 removes support for Bahamut
456456

457457
charybdis:
458458
software: [charybdis]

0 commit comments

Comments
 (0)