Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnfoo authored Feb 3, 2025
1 parent d43e654 commit ffb87c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
VERSION: v0.51.0
APP_NAME: nyxd
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
run: |-
ls -lah build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: nyxd-${{ matrix.os }}
path: build/*
Expand Down

0 comments on commit ffb87c5

Please # to comment.