mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-12 19:12:18 +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
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: public
|
||||
name: build
|
||||
path: public
|
||||
retention-days: 1
|
||||
|
||||
|
@ -66,7 +66,7 @@ jobs:
|
|||
- name: Download artifact
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: public
|
||||
name: build
|
||||
path: public
|
||||
- name: Highlight with Torchlight
|
||||
run: |
|
||||
|
@ -75,7 +75,7 @@ jobs:
|
|||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: public
|
||||
name: highlight
|
||||
path: public
|
||||
retention-days: 1
|
||||
|
||||
|
@ -87,7 +87,7 @@ jobs:
|
|||
- name: Download artifact
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: public
|
||||
name: highlight
|
||||
path: public
|
||||
- name: Deploy to neocities
|
||||
uses: bcomnes/deploy-to-neocities@v1
|
||||
|
|
Loading…
Reference in a new issue