Skip to content

Commit

Permalink
show files
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Feb 27, 2024
1 parent 199508c commit 2a6ebe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ jobs:
run: npm install
- name: build standalone
run: ./hook_standalone.sh
- name: files
run: ls cables_electron/dist/
- name: Create Release
id: create_release
uses: actions/[email protected]
Expand All @@ -61,6 +59,8 @@ jobs:
release_name: ${{ env.releaseName }}
draft: true
prerelease: true
- name: files
run: ls cables_electron/dist/
- name: Upload Release Asset
id: upload-release-asset
uses: actions/[email protected]
Expand Down

0 comments on commit 2a6ebe0

Please sign in to comment.