Skip to content

Commit

Permalink
Update to tmux 3.3a (and UPX 4.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjakob-gh committed Nov 9, 2022
2 parents b08358f + b17a9aa commit 76deed9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
run: /bin/sh build-static-tmux.sh
# Do the upload step
- name: Upload artifacts
uses: ncipollo/release-action@v1.8.4
uses: ncipollo/release-action@v1
with:
artifacts: "/tmp/tmux-static/bin/tmux.*.gz"
replacesArtifacts: true
allowUpdates: true
bodyFile: "README.md"
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion build-static-tmux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COLOR_END="\033[0m"
PGM="${0##*/}" # Program basename

# Scriptversion
VERSION=3.2a
VERSION=3.3

# How many lines of the error log should be displayed
LOG_LINES=50
Expand Down

0 comments on commit 76deed9

Please sign in to comment.