Skip to content

Commit

Permalink
updated gh script
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycook123 committed Dec 16, 2024
1 parent e4d9eff commit 80da37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Package
run: |
echo packaging...
tar -czf release-${{ env.RELEASE_VERSION }}.tar.gz docker-compose.yaml vols
tar -czf release-${{ env.RELEASE_VERSION }}.tar.gz docker-compose.yaml vols start-up.sh
- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 80da37e

Please sign in to comment.