Skip to content

Commit

Permalink
.img
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Nov 19, 2021
1 parent eeabb8e commit 05af8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ task:
- mv usr/local/furybsd/uzip/var/db/pkg /var/db/pkg.pristine
- mkdir -p artifacts/
- sh ../makebundle
- mkdir -p artifacts ; mv "${APPLICATION_NAME}"*zip artifacts/
- mkdir -p artifacts ; mv "${APPLICATION_NAME}"*img artifacts/

Upload_script:
- export VER=$(uname -r | cut -d "-" -f 1) # No way to pass on from Build_script to Upload_script?
Expand Down

0 comments on commit 05af8e6

Please sign in to comment.