Skip to content

Commit

Permalink
Merge pull request #9 from regolith-linux/fix-build-pkg-name
Browse files Browse the repository at this point in the history
fix: use full repository name only for building packages
  • Loading branch information
khos2ow authored Jan 29, 2025
2 parents a127a0c + 651f56c commit 086e5c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
id: build
uses: regolith-linux/actions/build-package@main
with:
name: "i3status-rs"
name: "${{ github.event.repository.name }}"
distro: "${{ matrix.distro }}"
codename: "${{ matrix.codename }}"
stage: "testing"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
id: build
uses: regolith-linux/actions/build-package@main
with:
name: "i3status-rs"
name: "${{ github.event.repository.name }}"
distro: "${{ matrix.distro }}"
codename: "${{ matrix.codename }}"
stage: "unstable"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build Package
uses: regolith-linux/actions/build-package@main
with:
name: "i3status-rs"
name: "${{ github.event.repository.name }}"
distro: "${{ matrix.distro }}"
codename: "${{ matrix.codename }}"
stage: "unstable"
Expand Down

0 comments on commit 086e5c6

Please sign in to comment.