Skip to content

Commit

Permalink
Added commandDictionary.plist to released files
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Holzschuch committed Apr 20, 2021
1 parent f5f03d1 commit e05a83d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ jobs:
asset_name: ios_error.h
asset_content_type: text/plain

- name: Upload commandDictionary.plist
id: upload_commandDictionary
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./Resources/commandDictionary.plist
asset_name: commandDictionary.plist
asset_content_type: text/plain

- name: Upload ios_system
id: upload-ios_system
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit e05a83d

Please sign in to comment.