Skip to content

Commit

Permalink
checkout on release action
Browse files Browse the repository at this point in the history
  • Loading branch information
SArpnt committed Oct 1, 2021
1 parent 38375be commit 34b3eb3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Branch
uses: actions/checkout@v2-beta # use either @v2-beta or @master. Eventually there will be a @v2 tag.
uses: actions/checkout@v2

- name: Who am I?
run: whoami
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
run: whoami

- name: Checkout Branch
uses: actions/checkout@v2-beta # use either @v2-beta or @master. Eventually there will be a @v2 tag.
uses: actions/checkout@v2

- name: Install Dependencies
run: |
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
GLFW_ROOT: C:\lib\glfw-3.3.4
steps:
- name: Checkout Branch
uses: actions/checkout@v2-beta # use either @v2-beta or @master. Eventually there will be a @v2 tag.
uses: actions/checkout@v2

- run: choco install wget unzip 7zip -y
- name: Install Dependencies
Expand Down Expand Up @@ -136,6 +136,9 @@ jobs:
runs-on: ubuntu-latest
needs: [Debian, Arch, Windows]
steps:
- name: Checkout Branch
uses: actions/checkout@v2

# ----------------
# Get Artifacts
# ----------------
Expand Down

0 comments on commit 34b3eb3

Please sign in to comment.