File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ jobs:
226226 sed -i "s/sha256sums_x86_64 = .*$/sha256sums_x86_64 = ${{ needs.publish-tauri.outputs.hash }}/" .SRCINFO
227227 - name : Commit and push changes
228228 run : |
229- cd project-graph-nightly
229+ cd project-graph-nightly-bin
230230 git config user.name "github-actions[bot]"
231231 git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
232232 git add PKGBUILD .SRCINFO
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ jobs:
219219 sed -i "s/sha256sums_x86_64 = .*$/sha256sums_x86_64 = ${{ needs.publish-tauri.outputs.hash }}/" .SRCINFO
220220 - name : Commit and push changes
221221 run : |
222- cd project-graph
222+ cd project-graph-bin
223223 git config user.name "github-actions[bot]"
224224 git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
225225 git add PKGBUILD .SRCINFO
You can’t perform that action at this time.
0 commit comments