mirror of
https://gitea.com/bipinkrish/DeGourou.git
synced 2024-11-17 08:20:23 +00:00
small fix
This commit is contained in:
parent
e3b5f8fbe8
commit
078b7dbefe
1 changed files with 48 additions and 43 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -3,6 +3,11 @@ name: Release
|
|||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build_release:
|
||||
name: build_release
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/download-artifact@v3
|
||||
|
|
Loading…
Reference in a new issue