Skip to content

Commit

Permalink
Fuck you github, I added actions to make my life easier, not to have …
Browse files Browse the repository at this point in the history
…to put up with your voodoo bullshit
  • Loading branch information
Sauceke committed Jan 30, 2025
1 parent 6ed783a commit ddd70c0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
- name: Upload binaries
uses: actions/upload-artifact@v4
with:
name: bin
name: bin-${{ matrix.configuration }}
path: src/bin
2 changes: 2 additions & 0 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
uses: actions/download-artifact@v4
with:
path: src
pattern: *
merge-multiple: true

- name: Alias dependencies
run: ./alias-deps.ps1
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
uses: actions/download-artifact@v4
with:
path: src
pattern: *
merge-multiple: true

- name: Create release
id: create_release
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
uses: actions/download-artifact@v4
with:
path: src
pattern: *
merge-multiple: true

- name: Cache Secrossphere demo
uses: actions/cache@v3
Expand Down

0 comments on commit ddd70c0

Please sign in to comment.