Skip to content

Commit

Permalink
Update build-linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timamus authored Jul 24, 2024
1 parent 91efb19 commit b2019f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
GH_TOKEN: ${{ secrets.PAT_TOKEN }}
run: |
ls -la # Проверка структуры директорий
gh release create "v$(date +'%Y%m%d%H%M%S')" dist/electron/Packaged/QChatGPT-linux-x64.zip -t "Release $(date +'%Y-%m-%d %H:%M:%S')" -n "Release notes for $(date +'%Y-%m-%d %H:%M:%S')" --target main
gh release create "v$(date +'%Y%m%d%H%M%S')" QChatGPT-linux-x64.zip -t "Release $(date +'%Y-%m-%d %H:%M:%S')" -n "Release notes for $(date +'%Y-%m-%d %H:%M:%S')" --target main
- name: Cleanup Old Releases
uses: eregon/keep-last-n-releases@v1
Expand Down

0 comments on commit b2019f3

Please sign in to comment.