Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
tmahmood authored Jul 25, 2024
1 parent 4cfa0bb commit 9395989
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ jobs:
with:
toolchain: nightly
- run: cargo build --release
- run: cp target/release/taskwarrior-web taskwarrior-web
- uses: actions/upload-artifact@master
with:
name: tw-web
path: |
target/release/taskwarrior-web
taskwarrior-web
dist

0 comments on commit 9395989

Please sign in to comment.