Skip to content

Commit 42f09b5

Browse files
committed
Updates/fixes
1 parent f452d55 commit 42f09b5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
tags:
66
- 'cabal-install-*'
7-
schedule:
8-
- cron: '0 2 * * *'
97

108
jobs:
119
build-linux:
@@ -226,10 +224,10 @@ jobs:
226224
include:
227225
- os: [self-hosted, Linux, ARM64]
228226
ARCH: ARM
229-
ARTIFACT: "armv7-linux-debian10"
227+
ARTIFACT: "armv7-linux-deb10"
230228
- os: [self-hosted, Linux, ARM64]
231229
ARCH: ARM64
232-
ARTIFACT: "aarch64-linux-debian10"
230+
ARTIFACT: "aarch64-linux-deb10"
233231
steps:
234232
- name: git config
235233
run: |

0 commit comments

Comments
 (0)