Skip to content

Commit

Permalink
Try to get new toolchain to work
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Mar 14, 2021
1 parent f669fa8 commit 1be3327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
cd "$GITHUB_WORKSPACE"/toltec/package/oxide
tar -czvf ./oxide.tar.gz "$GITHUB_WORKSPACE"/result/*
cp "$GITHUB_WORKSPACE"/package .
sed -i "s/~VERSION~/$(cat version.txt)/" ./package
cd "$GITHUB_WORKSPACE"/toltec
make oxide
mkdir "$GITHUB_WORKSPACE"/output
Expand Down
2 changes: 1 addition & 1 deletion package
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: MIT

pkgnames=(erode fret oxide rot tarnish decay corrupt anxiety)
pkgver="2.2~$(cat package/oxide/version.txt)"
pkgver="2.2~VERSION~"
timestamp="$(date -u +%Y-%m-%dT%H:%MZ)"
maintainer="Eeems <eeems@eeems.email>"
license=MIT
Expand Down

0 comments on commit 1be3327

Please sign in to comment.