mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 11:50:14 +10:00
(experiment) fix quoting
This commit is contained in:
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
if: env.SHOULD_BUILD == "yes"
|
if: env.SHOULD_BUILD == 'yes'
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ env.LATEST_MS_TAG }}
|
tag_name: ${{ env.LATEST_MS_TAG }}
|
||||||
files: |
|
files: |
|
||||||
|
|||||||
Reference in New Issue
Block a user