[desktop] Fix ref ref in action (#1591)
ref_name is the (from my understanding) the shorthand we need for prefixing. Untested, will do a test build.
This commit is contained in:
commit
d68e607d4a
1 changed files with 4 additions and 2 deletions
|
@ -32,7 +32,9 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-latest, windows-latest]
|
||||
os: [macos-latest]
|
||||
# Commented for testing
|
||||
# os: [macos-latest, ubuntu-latest, windows-latest]
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
@ -42,7 +44,7 @@ jobs:
|
|||
# repository when we're invoked for tag v1.x.x on the releases
|
||||
# repository.
|
||||
repository: ente-io/ente
|
||||
ref: photosd-${{ github.ref }}
|
||||
ref: photosd-${{ github.ref_name }}
|
||||
submodules: recursive
|
||||
|
||||
- name: Setup node
|
||||
|
|
Loading…
Add table
Reference in a new issue