Skip to content

Commit

Permalink
success artifiacts renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
sohbatSandhu committed Dec 2, 2024
1 parent b92832e commit 8f99589
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
run: echo "Building Next.js app..."\

- name: Upload success marker
run: echo "nextjs-success" > success.txt
run: echo "nextjs-build-success" > nextjs-build-success.txt

- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: nextjs-build-success
path: success.txt
path: nextjs-build-success.txt
4 changes: 2 additions & 2 deletions .github/workflows/tauri-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
run: echo "Building Tauri app..."

- name: Upload success marker
run: echo "tauri-success" > success.txt
run: echo "tauri-build-success" > tauri-build-success.txt

- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: tauri-build-success
path: success.txt
path: tauri-build-success.txt

0 comments on commit 8f99589

Please sign in to comment.