Skip to content
Snippets Groups Projects
Commit 25724f88 authored by Griefed's avatar Griefed :joystick:
Browse files

no message

parent b42a80a9
No related branches found
No related tags found
No related merge requests found
......@@ -141,6 +141,14 @@ jobs:
# - name: List files
# run: ls dist/electron
#
# - uses: actions/upload-artifact@v2
# with:
# name: electron-artifacts ${{ matrix.os }}
# path: |
# dist/electron/
# !dist/electron/UnPackaged
# if-no-files-found: warn # 'warn' or 'ignore' are also available, defaults to `warn`
#
# - name: Rename folders
# run: |
# mv dist/electron/REPOSITORY* REPOSITORY-${{ matrix.os }}
......@@ -158,11 +166,3 @@ jobs:
#
# - name: List files
# run: ls
#
# - uses: actions/upload-artifact@v2
# with:
# name: electron-artifacts ${{ matrix.os }}
# path: |
# dist/electron/
# !dist/electron/UnPackaged
# if-no-files-found: warn # 'warn' or 'ignore' are also available, defaults to `warn`
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment