Skip to content

Commit

Permalink
update realease logic
Browse files Browse the repository at this point in the history
  • Loading branch information
arturas-bes committed Nov 8, 2021
1 parent dd07d90 commit 11ab5ec
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ jobs:
cd dpdbaltics && rm -rf dpdbaltics
cd ../ && zip -r dpdbaltics.zip dpdbaltics/
- name: Update release
id: update_release
uses: tubone24/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}
id: update_release
uses: tubone24/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Upload Release Asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
with:
upload_url: ${{ steps.update_release.outputs.upload_url }}
asset_path: ./dpdbaltics.zip
asset_name: dpdbaltics.zip
asset_content_type: application/zip
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
with:
upload_url: ${{ steps.update_release.outputs.upload_url }}
asset_path: ./dpdbaltics.zip
asset_name: dpdbaltics.zip
asset_content_type: application/zip

0 comments on commit 11ab5ec

Please sign in to comment.