This commit is contained in:
@@ -59,6 +59,11 @@ jobs:
|
|||||||
ls -la "$EXPORT_DIR/windows/"
|
ls -la "$EXPORT_DIR/windows/"
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
run: |
|
run: |
|
||||||
|
echo $EXPORT_DIR
|
||||||
|
pwd
|
||||||
|
ls -la
|
||||||
|
ls -la build
|
||||||
|
ls -la build/windows
|
||||||
ls -la "$EXPORT_DIR/windows/"
|
ls -la "$EXPORT_DIR/windows/"
|
||||||
curl --user ${{ github.repository_owner }}:${{ secrets.TOKEN }} \
|
curl --user ${{ github.repository_owner }}:${{ secrets.TOKEN }} \
|
||||||
--upload-file "$EXPORT_DIR/windows/$EXPORT_NAME.exe" \
|
--upload-file "$EXPORT_DIR/windows/$EXPORT_NAME.exe" \
|
||||||
|
|||||||
Reference in New Issue
Block a user