Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBernard03 authored Apr 24, 2024
1 parent 7f269f1 commit 9800f60
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,14 @@ jobs:
-exportOptionsPlist AndroidTools/ExportOptions.plist \
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
- name: List files
run: ls -l ${{github.workspace}}/build/

- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
name: AndroidTools
path: ${{github.workspace}}/build/*
path: |
${{github.workspace}}/build/*.pkg
${{github.workspace}}/build/*.app

0 comments on commit 9800f60

Please sign in to comment.