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:
parent
66a09aba8b
commit
a34e080bf6
6
.github/workflows/docker-multiarch-tag.yml
vendored
6
.github/workflows/docker-multiarch-tag.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user