mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
Adding latest actions/upload-artifact to the deploy.yml
This commit is contained in:
parent
44a3d4aaa7
commit
dd99262707
1 changed files with 11 additions and 0 deletions
11
.github/workflows/deploy.yml
vendored
11
.github/workflows/deploy.yml
vendored
|
@ -20,6 +20,17 @@ permissions:
|
|||
id-token: write
|
||||
|
||||
jobs:
|
||||
upload:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Creating artifact placeholder file
|
||||
run: echo "this is a placeholder file" > artifact.txt
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: w3pn-artifact
|
||||
path: artifact.txt
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue