Skip to content

Commit

Permalink
Updated ACTION to generate package
Browse files Browse the repository at this point in the history
  • Loading branch information
tmahmood authored Jul 25, 2024
1 parent 5217750 commit d01c18d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@ jobs:
with:
toolchain: nightly
- run: cargo build --release

- uses: actions/upload-artifact@master
with:
name: tw-web
path: |
target/release/taskwarrior-web
dist

0 comments on commit d01c18d

Please sign in to comment.