Skip to content

Commit

Permalink
feat: add build for x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Sep 21, 2023
1 parent 8ae04e7 commit cc3e65a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/twios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TWIOS_BRANCH: "master"
TWIOS_BRANCH: ${{ github.ref || "master" }}
TWIOS_PR_REF: ${{ github.event.pull_request.head.ref }}

permissions:
Expand All @@ -24,8 +24,8 @@ jobs:
- uses: actions/checkout@v3
- name: Fetch $TWIOS_BRANCH
run: |
git fetch origin $TWIOS_PR_REF
git checkout $TWIOS_PR_REF
git fetch origin $TWIOS_BRANCH
git checkout $TWIOS_BRANCH
- name: Configure local git
run: |
git config --global user.email "twios@twios_test_dev.com"
Expand All @@ -49,7 +49,7 @@ jobs:
if: ${{github.event.pull_request.body && contains(github.event.pull_request.head.ref, 'twios')}}
steps:
- uses: actions/checkout@v3
- name: Fetch $TWIOS_BRANCH
- name: Fetch $TWIOS_PR_REF
run: |
git fetch origin $TWIOS_PR_REF
git checkout $TWIOS_PR_REF
Expand Down
Binary file modified bin/this-week-in-open-source
Binary file not shown.

0 comments on commit cc3e65a

Please sign in to comment.