Skip to content

Commit

Permalink
Update auto_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raller1028 authored Mar 13, 2023
1 parent 571ca35 commit 54928aa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/auto_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,19 @@ jobs:
files: |
./build
outPath: linux-all-casaos-appstore.tar.gz
- name: command
run: |
ls
echo "-----------------"
ls ./build
- name: Create Release
uses: djnicholson/release-action@v2.11
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag-name: '${{ steps.date.outputs.date }}'
release-name: '${{ steps.date.outputs.date }}'
asset-name: 'linux-all-casaos-appstore.tar.gz'
file: './linux-all-appstore.tar.gz'
file: './build/linux-all-casaos-appstore.tar.gz'
- name: install sshpass
run: sudo apt install sshpass --yes

Expand Down

0 comments on commit 54928aa

Please # to comment.