Skip to content

Commit

Permalink
πŸ’š Changes ls command
Browse files Browse the repository at this point in the history
  • Loading branch information
daschaa authored Jan 29, 2022
1 parent d0d59f8 commit c6a759b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,11 @@ jobs:
path: billboard
- name: Display structure of downloaded files
run: ls -R
working-directory: billboard
- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
billboard/*
billboard.app
tag_name: ${{ steps.set_release_name.outputs.current-version }}
name: Release ${{ steps.set_release_name.outputs.current-version }}
draft: false
Expand Down

0 comments on commit c6a759b

Please sign in to comment.