mirror of
https://codeberg.org/gigirassy/riptide
synced 2026-08-30 23:27:39 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
559c21c6a4 | ||
|
|
ab1a83b7d3 | ||
|
|
291be60f12 |
@@ -171,7 +171,7 @@ jobs:
|
|||||||
./dist/riptide --help
|
./dist/riptide --help
|
||||||
|
|
||||||
- name: Upload Linux binary
|
- name: Upload Linux binary
|
||||||
uses: actions/upload-artifact@v4
|
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: riptide-linux
|
name: riptide-linux
|
||||||
path: dist/riptide
|
path: dist/riptide
|
||||||
@@ -195,7 +195,7 @@ jobs:
|
|||||||
nodejs
|
nodejs
|
||||||
|
|
||||||
- name: Download Linux artifact
|
- name: Download Linux artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: forgejo/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: riptide-linux
|
name: riptide-linux
|
||||||
path: release
|
path: release
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "riptide"
|
name = "riptide"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
|
|||||||
Reference in New Issue
Block a user