Revert "Test if double-zip is detected"
This reverts commit cb9e448ff7faa901f19e86f609d615fbe0ae9d18.
This commit is contained in:
parent
c5cff3ef91
commit
6a4eabe9fa
1 changed files with 3 additions and 4 deletions
7
.github/workflows/linux.yml
vendored
7
.github/workflows/linux.yml
vendored
|
@ -78,13 +78,12 @@ jobs:
|
|||
mv dest "dosbox-staging-$VERSION"
|
||||
tree --si -p "dosbox-staging-$VERSION"
|
||||
# Create tarball
|
||||
#tar -cJf "dosbox-staging-$VERSION.tar.xz" "dosbox-staging-$VERSION"
|
||||
zip -r "dosbox-staging-$VERSION.zip" "dosbox-staging-$VERSION"
|
||||
tar -cJf "dosbox-staging-$VERSION.tar.xz" "dosbox-staging-$VERSION"
|
||||
- name: Upload tarball
|
||||
uses: actions/upload-artifact@master
|
||||
# GitHub automatically zips the artifacts (there's no way to create
|
||||
# a tarball), and it removes all executable flags while zipping.
|
||||
# Letting it zip a tarball preserves flags in the compressed files.
|
||||
with:
|
||||
name: dosbox-staging-${{ env.VERSION }}
|
||||
path: dosbox-staging-${{ env.VERSION }}.zip
|
||||
name: dosbox-staging-linux-x86_64
|
||||
path: dosbox-staging-${{ env.VERSION }}.tar.xz
|
||||
|
|
Loading…
Add table
Reference in a new issue