mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
valid yaml pls
This commit is contained in:
parent
96e6faa8bd
commit
f05508d440
1 changed files with 3 additions and 4 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -32,7 +32,6 @@ jobs:
|
|||
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
||||
- name: Archive production builds
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: dist folder
|
||||
path: |
|
||||
dist
|
||||
with:
|
||||
name: dist folder
|
||||
path: dist
|
Loading…
Reference in a new issue