Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Started to create zip actions
Browse files Browse the repository at this point in the history
  • Loading branch information
denys202 committed Jul 25, 2024
1 parent 7846057 commit fa74135
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,12 @@ jobs:
cp *.md5 $PROJECT_DIR
- name: Archive production artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}
path: |
$PROJECT_NAME.zip
$PROJECT_NAME.md5
run: |
ls -la
ls -la ../packages

0 comments on commit fa74135

Please sign in to comment.