File tree 3 files changed +10
-9
lines changed
3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
- name : Rust
1
+ name : Build
2
2
3
3
on :
4
4
push :
15
15
runs-on : ubuntu-latest
16
16
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
- name : Build
20
20
run : cargo build --verbose
21
21
- name : Run tests
Original file line number Diff line number Diff line change 1
1
name : Build and Release Binaries
2
2
3
3
on :
4
- release :
5
- types : [created]
4
+ push :
5
+ tags :
6
+ - ' v*.*.*'
6
7
7
8
jobs :
8
9
build :
75
76
with :
76
77
tag_name : ${{ github.ref_name }}
77
78
name : Release ${{ github.ref_name }}
78
- draft : false
79
+ draft : true
79
80
prerelease : false
80
81
files : |
81
- artifacts/ aw-watcher-lastfm-linux/aw-watcher-lastfm-linux
82
- artifacts/ aw-watcher-lastfm-macos/aw-watcher-lastfm-macos
83
- artifacts/ aw-watcher-lastfm-windows.exe/aw-watcher-lastfm-windows.exe
82
+ aw-watcher-lastfm-linux.zip
83
+ aw-watcher-lastfm-macos.zip
84
+ aw-watcher-lastfm-windows.zip
Original file line number Diff line number Diff line change 1
1
# Activitywatch watcher for last.fm
2
- [ ![ Build] ( https://github.com/brayo-pip/aw-watcher-lastfm/actions/workflows/rust .yml/badge.svg?branch=main )] ( https://github.com/brayo-pip/aw-watcher-lastfm/actions/workflows/rust.yml ) [ ![ dependency status] ( https://deps.rs/repo/github/0xbrayo/aw-watcher-lastfm/status.svg )] ( https://deps.rs/repo/github/0xbrayo/aw-watcher-lastfm )
2
+ [ ![ Build] ( https://github.com/brayo-pip/aw-watcher-lastfm/actions/workflows/build .yml/badge.svg?branch=main )] ( https://github.com/brayo-pip/aw-watcher-lastfm/actions/workflows/rust.yml ) [ ![ dependency status] ( https://deps.rs/repo/github/0xbrayo/aw-watcher-lastfm/status.svg )] ( https://deps.rs/repo/github/0xbrayo/aw-watcher-lastfm )
3
3
4
4
This is a simple activitywatch watcher for last.fm scrobble data. It uses the last.fm API to fetch scrobbles and sends them to the activitywatch server.
5
5
You can’t perform that action at this time.
0 commit comments