mirror of
https://github.com/actions/upload-artifact.git
synced 2026-05-25 05:48:55 +00:00
Merge pull request #16 from frankpereira1-web/frankpereira1-web-patch-17
This commit is contained in:
commit
410b26634f
@ -1,6 +1,6 @@
|
|||||||
name: input.htmlhttps://frankpereira1-web.github.io/https://github.com/frankpereira1-web/upload-artifact.git
|
name: input.htmlhttps://frankpereira1-web.github.io/https://github.com/frankpereira1-web/upload-artifact.git
|
||||||
upload-artifact/https:/.github/workflows/test.ymlupload-artifact/
|
upload-artifact/https:/.github/workflows/test.ymlupload-artifact/
|
||||||
├── .github/https://youtu.be/EvclxVOY4r8?si=T2DDErs7_PaVWA9A
|
├── .github/https://youtu.be/EvclxVOY4r8?si=T2DDErs7_PaVWA9A
|
||||||
│ └── workflows/
|
│ └── workflows/
|
||||||
│ └── ci.yml # GitHub Actions workflow to upload artifact
|
│ └── ci.yml # GitHub Actions workflow to upload artifact
|
||||||
├── index.html # Main dashboard for GitHub Pages
|
├── index.html # Main dashboard for GitHub Pages
|
||||||
@ -33,12 +33,12 @@ And if Copilot asks you what it is, just tell it: “This is a styled daily brie
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Create Artifacts
|
- name: Create Artifacts
|
||||||
run: |
|
run: |https://youtu.be/EvclxVOY4r8?si=T2DDErs7_PaVWA9A
|
||||||
mkdir -p path/to/artifact
|
mkdir -p path/to/artifact
|
||||||
echo "Hello World!" > path/to/artifact/world.txt
|
echo "Hello World!" > path/to/artifact/world.txt
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4https://github.com/frankpereira1-web/upload-artifact.git
|
||||||
with:
|
with:
|
||||||
name: my-artifact
|
name: my-artifact
|
||||||
path: path/to/artifact/world.txthttps://youtu.be/EvclxVOY4r8?si=Lfw_-Y5JY5SNRfzp
|
path: path/to/artifact/world.txthttps://youtu.be/EvclxVOY4r8?si=Lfw_-Y5JY5SNRfzp
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user