Skip to content

Commit

Permalink
fix: unknown build file
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Jun 11, 2024
1 parent 45d7d8f commit 7496c00
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ jobs:
name: installer-x86_64-linux
path: ./iso/x86_64-linux

- name: List file tree
run: |
sudo apt-get install tree
tree ./
- name: Upload ISO (x86_64)
uses:
softprops/action-gh-release@v2
Expand All @@ -64,4 +59,4 @@ jobs:
prerelease: false
make_latest: true
generate_release_notes: true
files: ./iso/x86_64-linux/kolyma-installer-x86_64.iso
files: ./iso/x86_64-linux/kolyma-installer-x86_64-linux.iso

0 comments on commit 7496c00

Please sign in to comment.