Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] name config is not applied #533

Open
serkonda7 opened this issue Mar 1, 2024 · 1 comment
Open

[bug] name config is not applied #533

serkonda7 opened this issue Mar 1, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@serkonda7
Copy link

serkonda7 commented Mar 1, 2024

What happened?

See here for the run: https://github.com/serkonda7/vscode-vba/actions/runs/8108302499/job/22161298658

I upload my artifact using

- name: Upload artifact
        # if: startsWith(github.ref, 'refs/tags/')
        uses: actions/upload-artifact@v4
        with:
          name: vba.vsix
          path: vscode-vba-0.*.*.vsix
          if-no-files-found: error

And download it using

- name: Download artifact
        uses: actions/download-artifact@v4
        with:
          name: vba.vsix

However ls -R shows this:

.:
vscode-vba-0.10.0.vsix

What did you expect to happen?

The file name should be vba.vsix like I uploaded it.

How can we reproduce it?

See above

Anything else we need to know?

I'm not sure if the problem is the upload or download action, so this issue might be in the wrong repo.

What version of the action are you using?

@4

What are your runner environments?

linux

Are you on GitHub Enterprise Server? If so, what version?

No response

@serkonda7 serkonda7 added the bug Something isn't working label Mar 1, 2024
@Haarolean
Copy link

Same, the name seems to be ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants