Compare commits

..

3 commits

Author SHA1 Message Date
e60415e9b0
chore: bump version 2024-09-27 09:46:46 -05:00
5e38a8e5dd
ci: use local action for release 2024-09-27 09:46:46 -05:00
5e86c2c771
ci: switch to nimble setup 2024-09-27 09:33:49 -05:00
3 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
@ -23,14 +23,14 @@ jobs:
nimble install -Y nimble install -Y
- name: Generate build artifacts - name: Generate build artifacts
run: run: |
nimble setup -l nimble setup -l
nim release nim release
- name: Create artifact bundles - name: Create artifact bundles
run: nim bundle run: nim bundle
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v4
with: with:
name: artifacts name: artifacts
path: | path: |

View file

@ -10,7 +10,7 @@ permissions:
jobs: jobs:
build-artifacts: build-artifacts:
uses: daylinmorgan/actions/.github/workflows/build-nim-forge.yml@main uses: ./.github/workflows/build.yml
create-release: create-release:
needs: build-artifacts needs: build-artifacts

View file

@ -1,4 +1,4 @@
version = "2023.1002" version = "2024.1003"
author = "Daylin Morgan" author = "Daylin Morgan"
description = "build nim binaries for all the platforms" description = "build nim binaries for all the platforms"
license = "MIT" license = "MIT"