Skip to content

Commit

Permalink
huitest2
Browse files Browse the repository at this point in the history
  • Loading branch information
Korne127 committed Aug 6, 2024
1 parent 9caba49 commit 341617d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release_nightly.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Release Nightly

permissions:
contents: write


on:
# Run nightly
schedule:
Expand Down Expand Up @@ -42,13 +46,13 @@ jobs:
uses: 1466587594/get-current-time@v2.1.2
id: current_time_dashes
with:
format: YYYY-MM-DD
format: YYYY-MM-DD-hh-mm-ss

- name: Get current time with underscores
uses: 1466587594/get-current-time@v2.1.2
id: current_time_underscores
with:
format: YYYY_MM_DD
format: YYYY_MM_DD_HH_MM_SS

- name: Create release
if: steps.activity.outputs.is_active == 'true'
Expand All @@ -68,9 +72,6 @@ jobs:
fail-fast: false
matrix:
include:
- build_name: linux-x86_64
os: ubuntu-22.04

# Mac does two Rust builds to make a universal binary
- build_name: macos-x86_64
os: macos-14
Expand Down

0 comments on commit 341617d

Please sign in to comment.