Skip to content

Commit

Permalink
Test directory upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv committed May 22, 2024
1 parent caa8805 commit a25ec5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
find_version:
name: Find IGUANA version number
name: Find IGUANA version
runs-on: ubuntu-latest
outputs:
iguana_version: ${{ steps.step_find.outputs.iguana_version }}
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: 'iguana-jar'
path: 'target/iguana-${{ needs.find_version.outputs.iguana_version }}.jar'
path: 'target/'

compile_native:
name: Compile Native executable
Expand Down

0 comments on commit a25ec5e

Please sign in to comment.