Skip to content

Commit

Permalink
Update gearboy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius authored Feb 25, 2024
1 parent 4f4068b commit 3d2127d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gearboy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Get changes since lastest tag
run: |
echo "CHANGE_LOG=$(git log $(git describe --tags --abbrev=0)..HEAD --oneline)" >> $GITHUB_ENV
- name: Prepare release directories
run: |
mkdir -p release/windows
Expand Down Expand Up @@ -183,6 +180,7 @@ jobs:
path: release/linux/ubuntu-20.04
- name: Zip release directories
run: |
ls -lsR
cd release
zip ${{ github.ref_name }}-windows.zip windows
zip ${{ github.ref_name }}-macos-intel.zip macos/intel
Expand Down

0 comments on commit 3d2127d

Please sign in to comment.