I have a step like this:
- uses: AButler/upload-release-assets@v2.0
with:
files: '/home/runner/work/github_actions/github_actions/dart-sdk-linux.tar.gz;/home/runner/work/github_actions/github_actions/depot_tools.tar.gz'
repo-token: ${{ secrets.GITHUB_TOKEN }}
But I got the following error.
Run AButler/upload-release-assets@v2.01s
##[warning]Cannot upload assets for release which is being undefined
Run AButler/upload-release-assets@v2.0
with:
files: /home/runner/work/github_actions/github_actions/dart-sdk-linux.tar.gz;/home/runner/work/github_actions/github_actions/depot_tools.tar.gz
repo-token: ***
##[warning]Cannot upload assets for release which is being undefined
I can confirm that I pushed a tag instead of a master commit.
I have a step like this:
But I got the following error.
I can confirm that I pushed a tag instead of a master commit.