Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
update formatting on release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmostafa committed Feb 7, 2023
1 parent 1ae1ae5 commit d90443c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,15 @@ jobs:
- arch: amd64
bin: pca-linux-amd64
goos: linux

- arch: arm64
bin: pca-linux-arm64
goos: linux

- arch: amd64
bin: pca-osx-amd64
goos: darwin

- arch: arm64
bin: pca-osx-arm64
goos: darwin

steps:
- uses: actions/checkout@v3
- id: setup-go
Expand Down Expand Up @@ -75,7 +71,7 @@ jobs:
uses: actions/download-artifact@v3
with:
path: bin
- name: chmod executable
- name: Make retrieved artifact executable
run: chmod +x bin/pca-linux-amd64/pca-linux-amd64
- name: Set Tag Version
run: |
Expand Down

0 comments on commit d90443c

Please sign in to comment.