Skip to content

Commit

Permalink
Fixed AUR publish action failing
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikReider committed Apr 17, 2024
1 parent c54c10f commit c080d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aur_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
assets: []

runs-on: ubuntu-latest
working-directory: ${{ matrix.pkgname }}
name: ${{ matrix.pkgname }}
steps:
- name: Check out sources
Expand All @@ -40,6 +39,7 @@ jobs:
- name: Publish AUR Stable package
uses: ulises-jeremias/github-actions-aur-publish@v1
with:
working-directory: ${{ matrix.pkgname }}
pkgname: ${{ matrix.pkgname }}
pkgbuild: PKGBUILD
assets: ${{ matrix.assets }}
Expand Down

0 comments on commit c080d1e

Please sign in to comment.