You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, the ls ${{ github.workspace }} does list a file cafeobj-1.6.1-sbcl-x64Darwin.tar.gz, which should be matched by ${{ github.workspace }}/cafeobj-*-sbcl-*Darwin.tar.gz but it isn't, I always get Error: Not found.
Are two occurrences of * supported?
The text was updated successfully, but these errors were encountered:
I am trying to upload build artifacts to a release, but this action cannot find the files.
I checked in the previous step that the file is actually there. Last two parts of the steps:
Now, the
ls ${{ github.workspace }}
does list a filecafeobj-1.6.1-sbcl-x64Darwin.tar.gz
, which should be matched by${{ github.workspace }}/cafeobj-*-sbcl-*Darwin.tar.gz
but it isn't, I always getError: Not found
.Are two occurrences of
*
supported?The text was updated successfully, but these errors were encountered: