Skip to content

Commit

Permalink
fixed add-assets url
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed Oct 9, 2023
1 parent dd567c2 commit 718426a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
git config user.name "Automerge Bot"
git config user.email "bot@example.com"
git config pull.rebase false
git pull ${{ github.repositoryUrl }}
git pull https://github.com/fabm-model/fabm.git
- name: Archive code including submodules
run: |
git-archive-all code.tar.gz
Expand Down

0 comments on commit 718426a

Please sign in to comment.