• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Tatsh / re3-installer / #274
100%

Build:
DEFAULT BRANCH: master
Ran 03 May 2026 06:25PM UTC
Jobs 1
Files 13
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

03 May 2026 06:23PM UTC coverage: 100.0%. Remained the same
#274

push

travis-ci

Tatsh
workflows/cmake: fix AppImage rename for tag releases

The build-linux Release job's `Rename with tag` step had two
independent bugs that combined to fail every tag push.

The source glob pointed at `${{github.workspace}}/build/re3-installer-
*.AppImage`, but the preceding `Create AppImage` step uses linuxdeploy
(not CPack) and lands the file at `${{github.workspace}}/re3-
installer-Release-x86_64.AppImage`; nothing matching that glob ever
exists under `build/`, so `mv` failed with `cannot stat`. Use the
deterministic filename produced by the prior step instead of a
non-matching glob.

The destination filename interpolated `${{github.ref}}`, which on a
tag push expands to `refs/tags/v0.2.4` (a path with slashes). `mv`
then tried to write into `re3-installer-refs/tags/v0.2.4-x86_64.
AppImage`, an intermediate directory that does not exist. Switch to
`${{github.ref_name}}` so the filename becomes the bare tag, e.g.
`re3-installer-v0.2.4-x86_64.AppImage`.

Apply the same source-path correction to the subsequent `Upload
package` step, whose `softprops/action-gh-release@v3` `files:` glob
also referenced the empty `build/` directory and would have aborted
the job with `fail_on_unmatched_files: true` even if the rename had
somehow succeeded.

Signed-off-by: Andrew Udvare <audvare@gmail.com>

383 of 383 relevant lines covered (100.0%)

7.7 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #274.1 03 May 2026 06:25PM UTC 13
100.0
Source Files on build #274
  • Tree
  • List 13
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 7009a494 on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc