Skip to content

Commit

Permalink
Actually publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Feb 21, 2024
1 parent 2185d07 commit 9cd21c3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,12 @@ jobs:
name: git-ignore-x86_64-apple-darwin.tar.gz
path: .

- name: Download Darwin artifact
uses: actions/download-artifact@v4
with:
name: git-ignore-aarch64-apple-darwin.tar.gz
path: .

- name: Download Windows artifact
uses: actions/download-artifact@v4
with:
Expand All @@ -155,11 +161,12 @@ jobs:
- name: Print directory
run: ls -R

- name: Create GitHub release ${{ matrix.target }}
- name: Create GitHub release
uses: softprops/action-gh-release@v1
with:
files: |
git-ignore-x86_64-apple-darwin.tar.gz
git-ignore-aarch64-apple-darwin.tar.gz
git-ignore-x86_64-pc-windows-msvc.zip
git-ignore-x86_64-unknown-linux-gnu.tar.gz
git-ignore-x86_64-unknown-linux-musl.tar.gz
Expand Down

0 comments on commit 9cd21c3

Please sign in to comment.