Skip to content

Commit 651f56c

Browse files
committed
fix: use full repository name only for building packages
1 parent a127a0c commit 651f56c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
id: build
5050
uses: regolith-linux/actions/build-package@main
5151
with:
52-
name: "i3status-rs"
52+
name: "${{ github.event.repository.name }}"
5353
distro: "${{ matrix.distro }}"
5454
codename: "${{ matrix.codename }}"
5555
stage: "testing"

.github/workflows/publish-unstable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
id: build
5252
uses: regolith-linux/actions/build-package@main
5353
with:
54-
name: "i3status-rs"
54+
name: "${{ github.event.repository.name }}"
5555
distro: "${{ matrix.distro }}"
5656
codename: "${{ matrix.codename }}"
5757
stage: "unstable"

.github/workflows/test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build Package
4444
uses: regolith-linux/actions/build-package@main
4545
with:
46-
name: "i3status-rs"
46+
name: "${{ github.event.repository.name }}"
4747
distro: "${{ matrix.distro }}"
4848
codename: "${{ matrix.codename }}"
4949
stage: "unstable"

0 commit comments

Comments
 (0)