Skip to content

Commit

Permalink
Hopefully, my final workflow commit.
Browse files Browse the repository at this point in the history
    1. Re-comment the version
    2. Change the build-release job to only upload source Autotools
       distros for Ubuntu
  • Loading branch information
sp1ff committed Nov 25, 2020
1 parent f9fb11f commit 9b0562b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
name: create-release
runs-on: ubuntu-latest
# Un-comment this for testing
env:
RELEASE_VERSION: 0.1.13
# env:
# RELEASE_VERSION: 0.1.13
# RELEASE_VERSION: 0.0.1
steps:
- name: Create artifacts directory
Expand Down Expand Up @@ -170,6 +170,7 @@ jobs:
asset_content_type: application/octet-stream

- name: Upload bzip2 tarball
if: matrix.os == 'ubuntu-18.04'
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -180,6 +181,7 @@ jobs:
asset_content_type: application/octet-stream

- name: Upload gzip tarball
if: matrix.os == 'ubuntu-18.04'
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -190,6 +192,7 @@ jobs:
asset_content_type: application/octet-stream

- name: Upload xzip tarball
if: matrix.os == 'ubuntu-18.04'
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9b0562b

Please sign in to comment.