Skip to content

Commit

Permalink
Checkout code before building
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Sep 25, 2024
1 parent e888f39 commit 61bc023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
name: Build package (${{ inputs.os }})
runs-on: ${{ inputs.os }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Extract Version Name
id: extract_name
uses: actions/github-script@v7
Expand All @@ -32,8 +34,6 @@ jobs:
run: sudo apt-get install golang gcc libgl1-mesa-dev xorg-dev
- name: Install fyne
run: go install fyne.io/fyne/v2/cmd/fyne@latest
- name: Checkout code
uses: actions/checkout@v4
- name: Build
run: fyne package --appID com.rikudousage.large_csv_reader
- name: Upload artifact
Expand Down

0 comments on commit 61bc023

Please sign in to comment.