Skip to content

Commit

Permalink
Update browser-extension-tests.yml for branch names (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanedirt committed Feb 21, 2025
1 parent 89a24ea commit 26b9d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/browser-extension-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Upload dist artifact
uses: actions/upload-artifact@v4
with:
name: aliasvault-chrome-extension-${{ github.ref_name == 'main' && format('main-{0}', github.sha) || (startsWith(github.ref, 'refs/tags/') && github.ref_name) || format('{0}-{1}', github.head_ref || github.ref_name, github.sha) }}
name: aliasvault-chrome-extension-${{ github.event_name == 'release' && github.ref_name || (github.ref_name == 'main' && format('main-{0}', github.sha) || github.sha) }}
path: browser-extensions/chrome/dist/

upload-release-assets:
Expand Down

0 comments on commit 26b9d07

Please sign in to comment.