Skip to content

Commit fbd2a97

Browse files
Test 1 release.yml
1 parent 16ebb86 commit fbd2a97

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Release cynthiaweb-mini
22

33
on:
44
push:
5-
tags:
6-
- "v*"
5+
# tags:
6+
# - "v*"
77

88
permissions:
99
contents: write
@@ -45,11 +45,13 @@ jobs:
4545
- uses: actions/checkout@v4
4646
- uses: oven-sh/setup-bun@v2
4747
- uses: gleam-lang/setup-gleam@v1.0.2
48-
if: runner.os != 'Windows'
48+
if: runner.os != 'windows'
4949
with:
5050
gleam-version: "1.9.1"
51+
- uses: Cyberboss/install-winget@v1
52+
if: runner.os == 'windows'
5153
- name: Install Gleam on Windows
52-
if: runner.os == 'Windows'
54+
if: runner.os == 'windows'
5355
run: |
5456
winget install gleam.gleam -s winget
5557
- name: Build and bundle

0 commit comments

Comments
 (0)