Change demo
Este cometimento está contido em:
ascendente
bc616e6c74
cometimento
b5fa42435b
@ -1,9 +1,9 @@
|
||||
name: Build & Release
|
||||
run-name: ${{ gitea.actor }} is creating a new release 🚀
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '**'
|
||||
on: [push]
|
||||
#push:
|
||||
#tags:
|
||||
# - '**'
|
||||
|
||||
jobs:
|
||||
Build:
|
||||
@ -11,6 +11,8 @@ jobs:
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: sources
|
||||
- name: Delete unneeded files/dirs
|
||||
run: |
|
||||
rm -rf sources/.git
|
||||
|
Carregando…
Criar uma nova questão referindo esta
Bloquear um utilizador