Skip to content

Commit c6804b4

Browse files
committed
Fix: build
1 parent 4085696 commit c6804b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Upload artifacts
8181
uses: actions/upload-artifact@v4
8282
with:
83-
name: ${{ matrix.artifact_name }}
83+
name: ${{ matrix.asset_name }}
8484
path: ${{ matrix.asset_name }}
8585
retention-days: 7
8686

@@ -98,8 +98,8 @@ jobs:
9898
uses: softprops/action-gh-release@v1
9999
with:
100100
files: |
101-
popcorn-cli/popcorn-cli-linux.tar.gz
102-
popcorn-cli/popcorn-cli-windows.zip
103-
popcorn-cli/popcorn-cli-macos.tar.gz
101+
popcorn-cli-linux.tar.gz
102+
popcorn-cli-windows.zip
103+
popcorn-cli-macos.tar.gz
104104
env:
105105
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)