Skip to content

Commit 924af83

Browse files
committed
Enable relases
1 parent 3ede34c commit 924af83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
# env:
2626
# # Set to force version number, e.g., when no tag exists.
27-
# ARTIFACT_VERSION: TEST-0.0.7
27+
# ARTIFACT_VERSION: TEST-0.0.2
2828
steps:
2929
- name: Create artifacts directory
3030
run: mkdir artifacts
@@ -79,6 +79,7 @@ jobs:
7979
# build: [linux, linux-arm, macos, win-msvc, win-gnu, win32-msvc]
8080
build: [macos]
8181
include:
82+
# Needs openssl installed, shouldn't be a problem, but it's for another day
8283
# - build: linux
8384
# os: ubuntu-18.04
8485
# rust: nightly

0 commit comments

Comments
 (0)