mirror of
https://github.com/daylinmorgan/forge.git
synced 2024-12-23 11:30:43 -06:00
Compare commits
3 commits
43f3d67dcb
...
e60415e9b0
Author | SHA1 | Date | |
---|---|---|---|
e60415e9b0 | |||
5e38a8e5dd | |||
5e86c2c771 |
3 changed files with 5 additions and 5 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
@ -23,14 +23,14 @@ jobs:
|
|||
nimble install -Y
|
||||
|
||||
- name: Generate build artifacts
|
||||
run:
|
||||
run: |
|
||||
nimble setup -l
|
||||
nim release
|
||||
|
||||
- name: Create artifact bundles
|
||||
run: nim bundle
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: artifacts
|
||||
path: |
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -10,7 +10,7 @@ permissions:
|
|||
|
||||
jobs:
|
||||
build-artifacts:
|
||||
uses: daylinmorgan/actions/.github/workflows/build-nim-forge.yml@main
|
||||
uses: ./.github/workflows/build.yml
|
||||
|
||||
create-release:
|
||||
needs: build-artifacts
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version = "2023.1002"
|
||||
version = "2024.1003"
|
||||
author = "Daylin Morgan"
|
||||
description = "build nim binaries for all the platforms"
|
||||
license = "MIT"
|
||||
|
|
Loading…
Reference in a new issue