This commit is contained in:
parent
e460a26c0b
commit
3598b6ae48
1 changed files with 11 additions and 0 deletions
11
.forgejo/workflows/release.yaml
Normal file
11
.forgejo/workflows/release.yaml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
release:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- run: mkdir -p mypath
|
||||||
|
- run: echo "hello" > mypath/world.txt
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: my-artifact
|
||||||
|
path: mypath/world.txt
|
Loading…
Add table
Add a link
Reference in a new issue