mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
use unique artifact names
This commit is contained in:
parent
b497567460
commit
b281e212f7
1 changed files with 4 additions and 4 deletions
8
.github/workflows/deploy-to-neocities.yml
vendored
8
.github/workflows/deploy-to-neocities.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: public
|
name: build
|
||||||
path: public
|
path: public
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ jobs:
|
||||||
- name: Download artifact
|
- name: Download artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: public
|
name: build
|
||||||
path: public
|
path: public
|
||||||
- name: Highlight with Torchlight
|
- name: Highlight with Torchlight
|
||||||
run: |
|
run: |
|
||||||
|
@ -75,7 +75,7 @@ jobs:
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: public
|
name: highlight
|
||||||
path: public
|
path: public
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@ jobs:
|
||||||
- name: Download artifact
|
- name: Download artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: public
|
name: highlight
|
||||||
path: public
|
path: public
|
||||||
- name: Deploy to neocities
|
- name: Deploy to neocities
|
||||||
uses: bcomnes/deploy-to-neocities@v1
|
uses: bcomnes/deploy-to-neocities@v1
|
||||||
|
|
Loading…
Reference in a new issue