Skip to content

Commit

Permalink
fix: Workflow issues
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed Oct 7, 2024
1 parent c044b5f commit d29cdb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-nuitka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ jobs:
- name: Add fcitx5 support
if: ${{ runner.os == 'Linux' }}
uses: chenmozhijin/fcitx5-pyside@master
uses: chenmozhijin/fcitx5-pyside@main
with:
plugins-path: ../build/LDDC.dist/PySide6/qt-plugins
plugins-path: ${{ github.workspace }}/build/LDDC.dist/PySide6/qt-plugins

- name: create deb package
if: ${{ runner.os == 'Linux' }}
Expand Down

0 comments on commit d29cdb2

Please sign in to comment.