Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
vyskoczilova committed May 2, 2021
1 parent 674105f commit aba06fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SLUG: simple-admin-language-change
SLUG: ${{ secrets.SLUG }}
- name: Upload release asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{github.workspace}}/simple-admin-language-change.zip
asset_name: simple-admin-language-change-${{github.event.release.tag_name}}.zip
asset_path: ${{github.workspace}}/${{ secrets.SLUG }}.zip
asset_name: ${{ secrets.SLUG }}.zip
asset_content_type: application/zip

0 comments on commit aba06fe

Please sign in to comment.