Skip to content

Commit

Permalink
actually upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jemoka committed Sep 9, 2024
1 parent 9356f18 commit f53e152
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: yarn install # change this to npm, pnpm or bun depending on which one you use.

- uses: tauri-apps/tauri-action@v0
# - uses: actions/upload-artifact@v4
# with:
# name: cao-nightly
# path: path/to/artifact/world.txt
- uses: actions/upload-artifact@v4
with:
name: cao-nightly
path: cao/src-tauri/target/release/bundle

0 comments on commit f53e152

Please sign in to comment.