Update .gitea/workflows/build.yml
This commit is contained in:
@@ -65,6 +65,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: dist.tar.gz
|
name: dist.tar.gz
|
||||||
path: dist.tar.gz
|
path: dist.tar.gz
|
||||||
|
|
||||||
Deploy:
|
Deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: Build
|
needs: Build
|
||||||
@@ -105,4 +106,4 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Blame commiter
|
- name: Blame commiter
|
||||||
run: echo OMG YOU BROKE THE BUILD!!! FIX IT
|
run: echo "OMG YOU BROKE THE BUILD!!! FIX IT"
|
||||||
Reference in New Issue
Block a user