Skip to content

Commit

Permalink
upload config?
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelkan committed Aug 30, 2024
1 parent 042e994 commit bc0fffa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,12 @@ jobs:
asset_path: ./dist/PlayRanker.exe
asset_name: PlayRanker.exe
asset_content_type: application/octet-stream
- name: Upload config.yml
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./config.yml
asset_name: config.yml
asset_content_type: application/octet-stream

0 comments on commit bc0fffa

Please sign in to comment.