Compare commits
2 commits
7e6e12cb88
...
a68709715b
Author | SHA1 | Date | |
---|---|---|---|
a68709715b | |||
1bd9330a1e |
2 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ jobs:
|
|||
run: npm install
|
||||
- name: Build Website
|
||||
run: npm run build:dev
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build
|
||||
path: dist/
|
||||
|
@ -31,7 +31,7 @@ jobs:
|
|||
run: npm install
|
||||
- name: Build Website
|
||||
run: npm run build
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build
|
||||
path: dist/
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"amount": 25,
|
||||
"via": "banktransfer",
|
||||
"from": "Astrid",
|
||||
"first": false
|
||||
"first": true
|
||||
},
|
||||
{
|
||||
"date": "26.02.2024",
|
||||
|
|
Loading…
Reference in a new issue