Skip to content

Commit

Permalink
Merge pull request #25 from Nebula-DEX/publis-pr
Browse files Browse the repository at this point in the history
feat: update release nebula production pipeline
  • Loading branch information
ehh-why-its-so-hard authored Sep 17, 2024
2 parents 0a66fe3 + afe5ba5 commit 06c927a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release-nebula-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,15 @@ jobs:
uses: actions/download-artifact@v4
with:
name: frontend_dist
path: /tmp
path: ./

- run: |
ls -als ./
ls -als ./dist
sudo apt-get update
sudo apt-get install -y tree
tree
- id: release_version
name: 'Filter release version'
Expand Down

0 comments on commit 06c927a

Please sign in to comment.