Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
yaseno2186 committed Jul 19, 2024
1 parent 1a1302b commit 72ceea5
Showing 1 changed file with 26 additions and 24 deletions.
50 changes: 26 additions & 24 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,28 +48,30 @@ jobs:
ossrh_signing_password: ${{ secrets.OSSRH_SIGNING_PASSWORD }}
sonar_token: ${{ secrets.SONAR_TOKEN }}

# unpack-artifacts:
# runs-on: ubuntu-latest
# needs: build
# if: ${{ github.event.inputs.artifacts }} != ''
# steps:
## - name: Download Artifacts
## continue-on-error: true
## uses: actions/download-artifact@v4
## with:
## name: artifacts
## zipFilePath: .
# - name: Display structure of downloaded files
# run: ls -R
#
# - name: Upload Neo4jv4 Artifacts
# uses: actions/upload-artifact@v4
unpack-artifacts:
runs-on: ubuntu-latest
needs: build
if: ${{ github.event.inputs.artifacts }} != ''
steps:
# - name: Download Artifacts
# continue-on-error: true
# uses: actions/download-artifact@v4
# with:
# name: Commandline Utility Neo4jV4
# path: ./cli/neo4jv4/target/jqassistant-commandline-neo4jv4-${{ github.event.inputs.developmentVersion }}-distribution.zip
#
# - name: Upload Neo4jv5 Artifacts
# uses: actions/upload-artifact@v3
# with:
# name: Commandline Utility Neo4jV5
# path: artifacts/neo4jv5/target/jqassistant-commandline-neo4jv5-${{ github.event.inputs.developmentVersion }}-distribution.zip
# name: artifacts
# zipFilePath: .
- name: Display structure of downloaded files
run: ls -R

- name: Upload Neo4jv4 Artifacts
uses: actions/upload-artifact@v4
with:
name: Commandline Utility Neo4jV4
path: ./cli/neo4jv4/target/jqassistant-commandline-neo4jv4-${{ github.event.inputs.developmentVersion }}-distribution.zip
if-no-files-found: warn

- name: Upload Neo4jv5 Artifacts
uses: actions/upload-artifact@v3
with:
name: Commandline Utility Neo4jV5
path: ./neo4jv5/target/jqassistant-commandline-neo4jv5-${{ github.event.inputs.developmentVersion }}-distribution.zip
if-no-files-found: warn

0 comments on commit 72ceea5

Please sign in to comment.