[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:
Manav Rathi 2024-05-03 11:02:46 +05:30 committed by GitHub
commit d68e607d4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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