Skip to content

Commit

Permalink
fix archive path
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed Jun 30, 2021
1 parent 64da528 commit bcebda1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/azure-workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
os_major=$(uname -r | cut -f 1 -d .)
tar \
--exclude '/opt/local/var/macports/sip-workaround/?*' \
-cjf "MacPorts-${os_major}.tar.bz2" \
-cjf "../MacPorts-${os_major}.tar.bz2" \
/opt/local
displayName: "Prepare Deployment"
- task: GithubRelease@0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
/opt/local/libexec/macports/postflight/
tar \
--exclude '/opt/local/var/macports/sip-workaround/?*' \
-cjf "MacPorts.tar.bz2" \
-cjf "../MacPorts.tar.bz2" \
/opt/local
- name: version
run: echo "::set-output name=version::$(cat MacPorts/config/macports_version)"
Expand Down

0 comments on commit bcebda1

Please sign in to comment.