mirror of
https://github.com/ChristopherHX/gitea-upload-artifact.git
synced 2025-08-17 08:42:40 +08:00
Update README.md
This commit is contained in:
parent
81f940d004
commit
62ac910c5d
13
README.md
13
README.md
@ -1,3 +1,16 @@
|
|||||||
|
# gitea-upload-artifact
|
||||||
|
|
||||||
|
This is a copy of the actions/upload-artifact@v4 that permits usage on Gitea, since it is detected as GHES by default and aborts.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- uses: https://github.com/christopherHX/gitea-upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: my-artifact
|
||||||
|
path: path/to/artifact/world.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
_act_runner has to use the external public gitea url otherwise you may get problems due to returned urls_
|
||||||
|
|
||||||
# `@actions/upload-artifact`
|
# `@actions/upload-artifact`
|
||||||
|
|
||||||
Upload [Actions Artifacts](https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts) from your Workflow Runs. Internally powered by [@actions/artifact](https://github.com/actions/toolkit/tree/main/packages/artifact) package.
|
Upload [Actions Artifacts](https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts) from your Workflow Runs. Internally powered by [@actions/artifact](https://github.com/actions/toolkit/tree/main/packages/artifact) package.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user