mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
attempt uploading server as artifact
This commit is contained in:
parent
76ab882d0f
commit
49c34773d6
1 changed files with 8 additions and 0 deletions
8
.github/workflows/build_server.yml
vendored
8
.github/workflows/build_server.yml
vendored
|
@ -113,6 +113,14 @@ jobs:
|
|||
path: .
|
||||
# exclusions: '*.git* /*node_modules/* .editorconfig'
|
||||
|
||||
- name: LIST ALL FILES
|
||||
run: ls -R
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: '${{ matrix.zip_name }}.zip'
|
||||
path: ./modem/server.dist/${{ matrix.zip_name }}.zip
|
||||
|
||||
- name: Release Modem
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
|
Loading…
Reference in a new issue