mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-27 09:32:35 -04:00
Using a numeric version number
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
||||
needs: build
|
||||
env:
|
||||
description: "A media browser"
|
||||
version: beta #${{ github.ref }}
|
||||
version: v0.0.1 #${{ github.ref }}
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/download-artifact@v2
|
||||
|
||||
Reference in New Issue
Block a user