1
0
mirror of https://github.com/Jguer/yay.git synced 2026-05-05 04:16:10 +02:00

fix(release): use fixed paths for upload

This commit is contained in:
Jguer 2020-01-12 18:14:52 +01:00
parent 66a09aba8b
commit a34e080bf6
No known key found for this signature in database
GPG Key ID: 6D6CC9BEA8556B35

View File

@ -17,11 +17,11 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
tag_prefix: 'v'
- shell: bash
run: echo ${{ steps.tag_version.outputs.new_version }} > new_version.
run: echo ${{ steps.tag_version.outputs.new_version }} > /home/runner/work/yay/yay/new_version.
- shell: bash
run: echo ${{ steps.tag_version.outputs.new_tag }} > new_tag.
run: echo ${{ steps.tag_version.outputs.new_tag }} > /home/runner/work/yay/yay/new_tag.
- shell: bash
run: echo ${{ steps.tag_version.outputs.previous_tag }} > previous_tag.
run: echo ${{ steps.tag_version.outputs.previous_tag }} > /home/runner/work/yay/yay/previous_tag.
- uses: actions/upload-artifact@v1
with:
name: new_version