Skip to content

Commit

Permalink
dependecies in build & bump version of upload
Browse files Browse the repository at this point in the history
  • Loading branch information
boogeroccam committed Nov 13, 2024
1 parent c2ff3b3 commit ef206fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,15 @@ jobs:

- name: Upload binary artifact
if: github.event_name == 'release'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: galacticad
path: build/galacticad

test:
runs-on: self-hosted
needs:
- build
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit ef206fb

Please sign in to comment.