Skip to content

Commit

Permalink
Merge pull request #3 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 bb4e8f3 + 2ee921b commit 3a3655f
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: "sway-audio-idle-inhibit"
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 @@ -50,7 +50,7 @@ jobs:
id: build
uses: regolith-linux/actions/build-package@main
with:
name: "sway-audio-idle-inhibit"
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: "sway-audio-idle-inhibit"
name: "${{ github.event.repository.name }}"
distro: "${{ matrix.distro }}"
codename: "${{ matrix.codename }}"
stage: "unstable"
Expand Down

0 comments on commit 3a3655f

Please sign in to comment.