File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 4040 with :
4141 name : mac-builds
4242 path : dist/
43+
44+ build_and_publish_snap :
45+ runs-on : ubuntu-latest
46+ if : github.ref == 'refs/heads/master'
47+ steps :
48+ - name : update apt
49+ run : sudo apt-get update
50+ - name : Install libarchive-tools
51+ run : sudo apt-get install -y libarchive-tools
52+ - uses : actions/checkout@master
53+ - uses : actions/setup-node@master
54+ with :
55+ node-version : 24.12.0
56+ - run : npm install
57+ - run : npm run build-snap
58+ - name : Publish to Snap Store
59+ uses : canonical/action-publish@v1
60+ env :
61+ SNAPCRAFT_STORE_CREDENTIALS : ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
62+ with :
63+ snap : dist/tidal-hifi_*.snap
64+ release : stable
Original file line number Diff line number Diff line change 3737 " seekbackward" ,
3838 " seekforward" ,
3939 " seekto" ,
40+ " SNAPCRAFT" ,
4041 " throughs" ,
4142 " trackid" ,
4243 " tracklist" ,
You can’t perform that action at this time.
0 commit comments