Skip to content

Commit

Permalink
comment gh-resto build & upload jobs indefinitely
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Dec 17, 2021
1 parent 4ec3bb4 commit 8374fc1
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,26 +40,27 @@ jobs:
- name: Build
run: VersionDate="$(cat date.txt)" goreleaser release --rm-dist --timeout 100m

- name: Build `gh-resto`
env:
TAG: ${{ steps.ghtag.outputs.tag }}
run: |
DATE="$(cat date.txt)"
gh repo clone abdfnx/gh-resto
cd gh-resto
./build.sh $TAG $DATE
ls -a dist
# - name: Build `gh-resto`
# env:
# TAG: ${{ steps.ghtag.outputs.tag }}
# run: |
# DATE="$(cat date.txt)"
# gh repo clone abdfnx/gh-resto
# cd gh-resto
# ./build.sh $TAG $DATE
# ls -a dist

- name: Upload files
uses: softprops/action-gh-release@v1
with:
repository: abdfnx/gh-resto
files: |
gh-resto/dist/darwin-x86_64
gh-resto/dist/linux-i386
gh-resto/dist/linux-x86_64
gh-resto/dist/windows-i386
gh-resto/dist/windows-x86_64
# - name: Upload files
# uses: softprops/action-gh-release@v1
# with:
# repository: abdfnx/gh-resto
# draft: true
# files: |
# gh-resto/dist/darwin-x86_64
# gh-resto/dist/linux-i386
# gh-resto/dist/linux-x86_64
# gh-resto/dist/windows-i386
# gh-resto/dist/windows-x86_64

- name: Login to Docker Hub
uses: docker/login-action@v1
Expand Down

0 comments on commit 8374fc1

Please sign in to comment.