Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Mircea Anton committed Feb 8, 2022
1 parent 535a1d4 commit b13bd48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build
run: |
make build-release
cp pacman pacmanMP-ubuntu2004_amd64
cp build/release/bin/pacman pacmanMP-ubuntu2004_amd64
- name: Add compiled binary to release
uses: AButler/upload-release-assets@v2.0
Expand Down Expand Up @@ -73,8 +73,8 @@ jobs:
apk add --update sfml-dev
run: |
sudo apt-get update
sudo apt-get install libsfml-dev
make build-release
cp build/release/bin/pacman /artifacts/${artifact_name}
- name: Add compiled binary to release
uses: AButler/upload-release-assets@v2.0
Expand Down

0 comments on commit b13bd48

Please sign in to comment.