Skip to content

Commit 469eded

Browse files
committed
💚 fix ci
1 parent 0c76d88 commit 469eded

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)